#B9454B

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

Shades of Hippie Pink #B9454B

Tints of Hippie Pink #B9454B

Color information

#B9454B (or 0xB9454B) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 4B. RGB value is (185,69,75). Sum of RGB (Red+Green+Blue) = 185+69+75=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9454B is #46BAB4. Grayscale: #686868. Windows color (decimal): -4635317 or 4933049. OLE color: 4933049.

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

Color convert

RGB1856975-
CMYK00.630.590.27
HSL356.9º45.67%49.8%-
HSV(B)356.9º62.7%72.55%-
XYZ23.4115.088.33-
YUV104.37111.43185.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=56.23%
G=20.97%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185697500.630.590.27356.945.6749.8
HexB9454B03F3B1B1652e32
Octal27110511307773335455662
Binary1011100110001011001011011111111101111011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9454B; }

 p { color: rgb(185,69,75); }

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

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

 a { background-color: rgb(185,69,75); }

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

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

 span { border-color: rgb(185,69,75); }

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