#B6464B

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

Shades of Hippie Pink #B6464B

Tints of Hippie Pink #B6464B

Color information

#B6464B (or 0xB6464B) is unknown color: approx Hippie Pink. HEX triplet: B6, 46 and 4B. RGB value is (182,70,75). Sum of RGB (Red+Green+Blue) = 182+70+75=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6464B is #49B9B4. Grayscale: #686868. Windows color (decimal): -4831669 or 4933302. OLE color: 4933302.

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

Color convert

RGB1827075-
CMYK00.620.590.29
HSL357.32º44.44%49.41%-
HSV(B)357.32º61.54%71.37%-
XYZ22.7514.838.32-
YUV104.06111.61183.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=55.66%
G=21.41%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182707500.620.590.29357.3244.4449.41
HexB6464B03E3B1D1652c31
Octal26610611307673355455461
Binary1011011010001101001011011111011101111101101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6464B; }

 p { color: rgb(182,70,75); }

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

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

 a { background-color: rgb(182,70,75); }

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

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

 span { border-color: rgb(182,70,75); }

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