#B6484C

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

Shades of Hippie Pink #B6484C

Tints of Hippie Pink #B6484C

Color information

#B6484C (or 0xB6484C) is unknown color: approx Hippie Pink. HEX triplet: B6, 48 and 4C. RGB value is (182,72,76). Sum of RGB (Red+Green+Blue) = 182+72+76=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B6484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6484C is #49B7B3. Grayscale: #696969. Windows color (decimal): -4831156 or 4999350. OLE color: 4999350.

HSL color Cylindrical-coordinate representation of color #B6484C: hue angle of 357.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6484C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1827276-
CMYK00.600.580.29
HSL357.82º43.31%49.8%-
HSV(B)357.82º60.44%71.37%-
XYZ22.9115.18.54-
YUV105.35111.44182.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.15%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=55.15%
G=21.82%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182727600.600.580.29357.8243.3149.8
HexB6484C03C3A1D1662b32
Octal26611011407472355465362
Binary1011011010010001001100011110011101011101101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6484C; }

 p { color: rgb(182,72,76); }

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

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

 a { background-color: rgb(182,72,76); }

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

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

 span { border-color: rgb(182,72,76); }

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