#BB435A

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

Shades of Hippie Pink #BB435A

Tints of Hippie Pink #BB435A

Color information

#BB435A (or 0xBB435A) is unknown color: approx Hippie Pink. HEX triplet: BB, 43 and 5A. RGB value is (187,67,90). Sum of RGB (Red+Green+Blue) = 187+67+90=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB435A is #44BCA5. Grayscale: #696969. Windows color (decimal): -4504742 or 5915579. OLE color: 5915579.

HSL color Cylindrical-coordinate representation of color #BB435A: hue angle of 348.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB435A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1876790-
CMYK00.640.520.27
HSL348.5º47.24%49.8%-
HSV(B)348.5º64.17%73.33%-
XYZ24.3515.3211.35-
YUV105.5119.26186.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=54.36%
G=19.48%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187679000.640.520.27348.547.2449.8
HexBB435A040341B15c2f32
Octal273103132010064335345762
Binary10111011100001110110100100000011010011011101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB435A; }

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

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

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

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

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

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

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

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