#B0424F

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

Shades of Hippie Pink #B0424F

Tints of Hippie Pink #B0424F

Color information

#B0424F (or 0xB0424F) is unknown color: approx Hippie Pink. HEX triplet: B0, 42 and 4F. RGB value is (176,66,79). Sum of RGB (Red+Green+Blue) = 176+66+79=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0424F is #4FBDB0. Grayscale: #646464. Windows color (decimal): -5225905 or 5194416. OLE color: 5194416.

HSL color Cylindrical-coordinate representation of color #B0424F: hue angle of 352.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0424F is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1766679-
CMYK00.620.550.31
HSL352.91º45.45%47.45%-
HSV(B)352.91º62.5%69.02%-
XYZ21.2613.698.92-
YUV100.37115.94181.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=54.83%
G=20.56%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176667900.620.550.31352.9145.4547.45
HexB0424F03E371F1612d2f
Octal26010211707667375415557
Binary1011000010000101001111011111011011111111101100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0424F; }

 p { color: rgb(176,66,79); }

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

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

 a { background-color: rgb(176,66,79); }

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

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

 span { border-color: rgb(176,66,79); }

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