#B6485B

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

Shades of Hippie Pink #B6485B

Tints of Hippie Pink #B6485B

Color information

#B6485B (or 0xB6485B) is unknown color: approx Hippie Pink. HEX triplet: B6, 48 and 5B. RGB value is (182,72,91). Sum of RGB (Red+Green+Blue) = 182+72+91=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6485B is #49B7A4. Grayscale: #6B6B6B. Windows color (decimal): -4831141 or 5982390. OLE color: 5982390.

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

Color convert

RGB1827291-
CMYK00.600.50.29
HSL349.64º43.31%49.8%-
HSV(B)349.64º60.44%71.37%-
XYZ23.515.3411.62-
YUV107.06118.94181.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=52.75%
G=20.87%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182729100.600.50.29349.6443.3149.8
HexB6485B03C321D15e2b32
Octal26611013307462355365362
Binary1011011010010001011011011110011001011101101011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6485B; }

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

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

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

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

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

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

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

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