#B64051

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

Shades of Hippie Pink #B64051

Tints of Hippie Pink #B64051

Color information

#B64051 (or 0xB64051) is unknown color: approx Hippie Pink. HEX triplet: B6, 40 and 51. RGB value is (182,64,81). Sum of RGB (Red+Green+Blue) = 182+64+81=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B64051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64051 is #49BFAE. Grayscale: #656565. Windows color (decimal): -4833199 or 5324982. OLE color: 5324982.

HSL color Cylindrical-coordinate representation of color #B64051: hue angle of 351.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64051 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1826481-
CMYK00.650.550.29
HSL351.36º47.97%48.24%-
HSV(B)351.36º64.84%71.37%-
XYZ22.6114.219.33-
YUV101.22116.59185.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=55.66%
G=19.57%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182648100.650.550.29351.3647.9748.24
HexB64051041371D15f3030
Octal266100121010167355376060
Binary10110110100000010100010100000111011111101101011111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64051; }

 p { color: rgb(182,64,81); }

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

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

 a { background-color: rgb(182,64,81); }

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

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

 span { border-color: rgb(182,64,81); }

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