#b6465a

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

Shades of Hippie Pink #B6465A

Tints of Hippie Pink #B6465A

Color information

#B6465A (or 0xB6465A) is unknown color: approx Hippie Pink. HEX triplet: B6, 46 and 5A. RGB value is (182,70,90). Sum of RGB (Red+Green+Blue) = 182+70+90=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B6465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6465A is #49B9A5. Grayscale: #696969. Windows color (decimal): -4831654 or 5916342. OLE color: 5916342.

HSL color Cylindrical-coordinate representation of color #B6465A: hue angle of 349.29º 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 #B6465A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1827090-
CMYK00.620.510.29
HSL349.29º44.44%49.41%-
HSV(B)349.29º61.54%71.37%-
XYZ23.3315.0611.35-
YUV105.77119.11182.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.22%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=53.22%
G=20.47%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182709000.620.510.29349.2944.4449.41
HexB6465A03E331D15d2c31
Octal26610613207663355355461
Binary1011011010001101011010011111011001111101101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6465a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6465a; }

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

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

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

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

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

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

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

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