#BE435A

Color #BE435A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #BE435A

Tints of Hippie Pink #BE435A

Color information

#BE435A (or 0xBE435A) is unknown color: approx Hippie Pink. HEX triplet: BE, 43 and 5A. RGB value is (190,67,90). Sum of RGB (Red+Green+Blue) = 190+67+90=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE435A is #41BCA5. Grayscale: #6A6A6A. Windows color (decimal): -4308134 or 5915582. OLE color: 5915582.

HSL color Cylindrical-coordinate representation of color #BE435A: hue angle of 348.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE435A is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1906790-
CMYK00.650.530.25
HSL348.78º48.62%50.39%-
HSV(B)348.78º64.74%74.51%-
XYZ25.0915.711.38-
YUV106.4118.75187.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=54.76%
G=19.31%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190679000.650.530.25348.7848.6250.39
HexBE435A041351915d3132
Octal276103132010165315356162
Binary10111110100001110110100100000111010111001101011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE435A; }

 p { color: rgb(190,67,90); }

 H1.HeaderClassName
 {
   color: #BE435A;
 }
 .AnyTagClassName
 {
   color: #BE435A;
 }
</style>
background-color css

<style>
 a { background-color: #BE435A; }

 a { background-color: rgb(190,67,90); }

 div.DivClassName
 {
   background-color: #BE435A;
 }
 .BgClassName
 {
   background-color: #BE435A;
 }
</style>
border-color css

<style>
 span { border-color: #BE435A; }

 span { border-color: rgb(190,67,90); }

 td.TdClassName
 {
   border-color: #BE435A;
 }
 .TagClassName
 {
   border-color: #BE435A;
 }
</style>