#B6405C

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

Shades of Hippie Pink #B6405C

Tints of Hippie Pink #B6405C

Color information

#B6405C (or 0xB6405C) is unknown color: approx Hippie Pink. HEX triplet: B6, 40 and 5C. RGB value is (182,64,92). Sum of RGB (Red+Green+Blue) = 182+64+92=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6405C is #49BFA3. Grayscale: #666666. Windows color (decimal): -4833188 or 6045878. OLE color: 6045878.

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

Color convert

RGB1826492-
CMYK00.650.490.29
HSL345.76º47.97%48.24%-
HSV(B)345.76º64.84%71.37%-
XYZ23.0614.3811.69-
YUV102.47122.09184.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=53.85%
G=18.93%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182649200.650.490.29345.7647.9748.24
HexB6405C041311D15a3030
Octal266100134010161355326060
Binary10110110100000010111000100000111000111101101011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6405C; }

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

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

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

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

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

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

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

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