#bb455a

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

Shades of Hippie Pink #BB455A

Tints of Hippie Pink #BB455A

Color information

#BB455A (or 0xBB455A) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 5A. RGB value is (187,69,90). Sum of RGB (Red+Green+Blue) = 187+69+90=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB455A is #44BAA5. Grayscale: #6A6A6A. Windows color (decimal): -4504230 or 5916091. OLE color: 5916091.

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

Color convert

RGB1876990-
CMYK00.630.520.27
HSL349.32º46.46%50.2%-
HSV(B)349.32º63.1%73.33%-
XYZ24.4715.5611.39-
YUV106.68118.59185.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=54.05%
G=19.94%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187699000.630.520.27349.3246.4650.2
HexBB455A03F341B15d2e32
Octal27310513207764335355662
Binary1011101110001011011010011111111010011011101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb455a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb455a; }

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

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

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

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

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

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

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

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