#B9425A

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

Shades of Hippie Pink #B9425A

Tints of Hippie Pink #B9425A

Color information

#B9425A (or 0xB9425A) is unknown color: approx Hippie Pink. HEX triplet: B9, 42 and 5A. RGB value is (185,66,90). Sum of RGB (Red+Green+Blue) = 185+66+90=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9425A is #46BDA5. Grayscale: #686868. Windows color (decimal): -4636070 or 5915321. OLE color: 5915321.

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

Color convert

RGB1856690-
CMYK00.640.510.27
HSL347.9º47.41%49.22%-
HSV(B)347.9º64.32%72.55%-
XYZ23.814.9511.3-
YUV104.32119.92185.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=54.25%
G=19.35%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185669000.640.510.27347.947.4149.22
HexB9425A040331B15c2f31
Octal271102132010063335345761
Binary10111001100001010110100100000011001111011101011100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9425A; }

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

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

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

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

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

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

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

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