#B9475A

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

Shades of Hippie Pink #B9475A

Tints of Hippie Pink #B9475A

Color information

#B9475A (or 0xB9475A) is unknown color: approx Hippie Pink. HEX triplet: B9, 47 and 5A. RGB value is (185,71,90). Sum of RGB (Red+Green+Blue) = 185+71+90=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9475A is #46B8A5. Grayscale: #6B6B6B. Windows color (decimal): -4634790 or 5916601. OLE color: 5916601.

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

Color convert

RGB1857190-
CMYK00.620.510.27
HSL350º44.88%50.2%-
HSV(B)350º61.62%72.55%-
XYZ24.1115.5611.41-
YUV107.25118.27183.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=53.47%
G=20.52%
B=26.01%

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
Decimal185719000.620.510.2735044.8850.2
HexB9475A03E331B15e2d32
Octal27110713207663335365562
Binary1011100110001111011010011111011001111011101011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9475A; }

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

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

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

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

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

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

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

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