#B64251

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

Shades of Hippie Pink #B64251

Tints of Hippie Pink #B64251

Color information

#B64251 (or 0xB64251) is unknown color: approx Hippie Pink. HEX triplet: B6, 42 and 51. RGB value is (182,66,81). Sum of RGB (Red+Green+Blue) = 182+66+81=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B64251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64251 is #49BDAE. Grayscale: #666666. Windows color (decimal): -4832687 or 5325494. OLE color: 5325494.

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

Color convert

RGB1826681-
CMYK00.640.550.29
HSL352.24º46.77%48.63%-
HSV(B)352.24º63.74%71.37%-
XYZ22.7214.449.37-
YUV102.39115.93184.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=55.32%
G=20.06%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182668100.640.550.29352.2446.7748.63
HexB64251040371D1602f31
Octal266102121010067355405761
Binary10110110100001010100010100000011011111101101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64251; }

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

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

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

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

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

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

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

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