#B04151

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

Shades of Hippie Pink #B04151

Tints of Hippie Pink #B04151

Color information

#B04151 (or 0xB04151) is unknown color: approx Hippie Pink. HEX triplet: B0, 41 and 51. RGB value is (176,65,81). Sum of RGB (Red+Green+Blue) = 176+65+81=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B04151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04151 is #4FBEAE. Grayscale: #646464. Windows color (decimal): -5226159 or 5325232. OLE color: 5325232.

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

Color convert

RGB1766581-
CMYK00.630.540.31
HSL351.35º46.06%47.25%-
HSV(B)351.35º63.07%69.02%-
XYZ21.2813.69.29-
YUV100.01117.27182.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=54.66%
G=20.19%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176658100.630.540.31351.3546.0647.25
HexB0415103F361F15f2e2f
Octal26010112107766375375657
Binary1011000010000011010001011111111011011111101011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04151; }

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

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

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

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

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

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

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

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