#BB495A

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

Shades of Hippie Pink #BB495A

Tints of Hippie Pink #BB495A

Color information

#BB495A (or 0xBB495A) is unknown color: approx Hippie Pink. HEX triplet: BB, 49 and 5A. RGB value is (187,73,90). Sum of RGB (Red+Green+Blue) = 187+73+90=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495A is #44B6A5. Grayscale: #6D6D6D. Windows color (decimal): -4503206 or 5917115. OLE color: 5917115.

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

Color convert

RGB1877390-
CMYK00.610.520.27
HSL351.05º45.6%50.98%-
HSV(B)351.05º60.96%73.33%-
XYZ24.7216.0711.47-
YUV109.02117.27183.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=53.43%
G=20.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187739000.610.520.27351.0545.650.98
HexBB495A03D341B15f2e33
Octal27311113207564335375663
Binary1011101110010011011010011110111010011011101011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB495A; }

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

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

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

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

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

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

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

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