#B9405C

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

Shades of Hippie Pink #B9405C

Tints of Hippie Pink #B9405C

Color information

#B9405C (or 0xB9405C) is unknown color: approx Hippie Pink. HEX triplet: B9, 40 and 5C. RGB value is (185,64,92). Sum of RGB (Red+Green+Blue) = 185+64+92=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9405C is #46BFA3. Grayscale: #676767. Windows color (decimal): -4636580 or 6045881. OLE color: 6045881.

HSL color Cylindrical-coordinate representation of color #B9405C: hue angle of 346.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9405C is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1856492-
CMYK00.650.500.27
HSL346.12º48.59%48.82%-
HSV(B)346.12º65.41%72.55%-
XYZ23.7714.7511.72-
YUV103.37121.59186.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 64 (25.39% from 255) = 18.77%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=54.25%
G=18.77%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185649200.650.500.27346.1248.5948.82
HexB9405C041321B15a3131
Octal271100134010162335326161
Binary10111001100000010111000100000111001011011101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9405C; }

 p { color: rgb(185,64,92); }

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

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

 a { background-color: rgb(185,64,92); }

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

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

 span { border-color: rgb(185,64,92); }

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