#B04251

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

Shades of Hippie Pink #B04251

Tints of Hippie Pink #B04251

Color information

#B04251 (or 0xB04251) is unknown color: approx Hippie Pink. HEX triplet: B0, 42 and 51. RGB value is (176,66,81). Sum of RGB (Red+Green+Blue) = 176+66+81=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B04251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04251 is #4FBDAE. Grayscale: #646464. Windows color (decimal): -5225903 or 5325488. OLE color: 5325488.

HSL color Cylindrical-coordinate representation of color #B04251: hue angle of 351.82º 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 #B04251 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1766681-
CMYK00.620.540.31
HSL351.82º45.45%47.45%-
HSV(B)351.82º62.5%69.02%-
XYZ21.3413.729.31-
YUV100.6116.94181.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=54.49%
G=20.43%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176668100.620.540.31351.8245.4547.45
HexB0425103E361F1602d2f
Octal26010212107666375405557
Binary1011000010000101010001011111011011011111101100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04251; }

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

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

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

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

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

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

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

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