#B9454A

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

Shades of Hippie Pink #B9454A

Tints of Hippie Pink #B9454A

Color information

#B9454A (or 0xB9454A) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 4A. RGB value is (185,69,74). Sum of RGB (Red+Green+Blue) = 185+69+74=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9454A is #46BAB5. Grayscale: #686868. Windows color (decimal): -4635318 or 4867513. OLE color: 4867513.

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

Color convert

RGB1856974-
CMYK00.630.60.27
HSL357.41º45.67%49.8%-
HSV(B)357.41º62.7%72.55%-
XYZ23.3715.068.15-
YUV104.25110.93185.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=56.40%
G=21.04%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185697400.630.60.27357.4145.6749.8
HexB9454A03F3C1B1652e32
Octal27110511207774335455662
Binary1011100110001011001010011111111110011011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9454A; }

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

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

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

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

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

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

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

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