#B9475B

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

Shades of Hippie Pink #B9475B

Tints of Hippie Pink #B9475B

Color information

#B9475B (or 0xB9475B) is unknown color: approx Hippie Pink. HEX triplet: B9, 47 and 5B. RGB value is (185,71,91). Sum of RGB (Red+Green+Blue) = 185+71+91=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9475B is #46B8A4. Grayscale: #6B6B6B. Windows color (decimal): -4634789 or 5982137. OLE color: 5982137.

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

Color convert

RGB1857191-
CMYK00.620.510.27
HSL349.47º44.88%50.2%-
HSV(B)349.47º61.62%72.55%-
XYZ24.1515.5811.63-
YUV107.37118.77183.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=53.31%
G=20.46%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185719100.620.510.27349.4744.8850.2
HexB9475B03E331B15d2d32
Octal27110713307663335355562
Binary1011100110001111011011011111011001111011101011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9475B; }

 p { color: rgb(185,71,91); }

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

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

 a { background-color: rgb(185,71,91); }

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

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

 span { border-color: rgb(185,71,91); }

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