#BB434F

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

Shades of Hippie Pink #BB434F

Tints of Hippie Pink #BB434F

Color information

#BB434F (or 0xBB434F) is unknown color: approx Hippie Pink. HEX triplet: BB, 43 and 4F. RGB value is (187,67,79). Sum of RGB (Red+Green+Blue) = 187+67+79=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB434F is #44BCB0. Grayscale: #686868. Windows color (decimal): -4504753 or 5194683. OLE color: 5194683.

HSL color Cylindrical-coordinate representation of color #BB434F: hue angle of 354º 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 #BB434F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1876779-
CMYK00.640.580.27
HSL354º47.24%49.8%-
HSV(B)354º64.17%73.33%-
XYZ23.9115.149.06-
YUV104.25113.76187.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=56.16%
G=20.12%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187677900.640.580.2735447.2449.8
HexBB434F0403A1B1622f32
Octal273103117010072335425762
Binary10111011100001110011110100000011101011011101100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB434F; }

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

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

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

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

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

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

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

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