#B04D51

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

Shades of Hippie Pink #B04D51

Tints of Hippie Pink #B04D51

Color information

#B04D51 (or 0xB04D51) is unknown color: approx Hippie Pink. HEX triplet: B0, 4D and 51. RGB value is (176,77,81). Sum of RGB (Red+Green+Blue) = 176+77+81=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D51 is #4FB2AE. Grayscale: #6B6B6B. Windows color (decimal): -5223087 or 5328304. OLE color: 5328304.

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

Color convert

RGB1767781-
CMYK00.560.540.31
HSL357.58º39.13%49.61%-
HSV(B)357.58º56.25%69.02%-
XYZ22.0415.139.54-
YUV107.06113.3177.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=52.69%
G=23.05%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176778100.560.540.31357.5839.1349.61
HexB04D51038361F1662732
Octal26011512107066375464762
Binary1011000010011011010001011100011011011111101100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D51; }

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

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

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

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

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

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

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

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