#B04551

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

Shades of Hippie Pink #B04551

Tints of Hippie Pink #B04551

Color information

#B04551 (or 0xB04551) is unknown color: approx Hippie Pink. HEX triplet: B0, 45 and 51. RGB value is (176,69,81). Sum of RGB (Red+Green+Blue) = 176+69+81=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B04551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04551 is #4FBAAE. Grayscale: #666666. Windows color (decimal): -5225135 or 5326256. OLE color: 5326256.

HSL color Cylindrical-coordinate representation of color #B04551: hue angle of 353.27º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04551 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1766981-
CMYK00.610.540.31
HSL353.27º43.67%48.04%-
HSV(B)353.27º60.8%69.02%-
XYZ21.5214.089.37-
YUV102.36115.95180.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.99%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=53.99%
G=21.17%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176698100.610.540.31353.2743.6748.04
HexB0455103D361F1612c30
Octal26010512107566375415460
Binary1011000010001011010001011110111011011111101100001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04551; }

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

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

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

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

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

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

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

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