#B6495D

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

Shades of Hippie Pink #B6495D

Tints of Hippie Pink #B6495D

Color information

#B6495D (or 0xB6495D) is unknown color: approx Hippie Pink. HEX triplet: B6, 49 and 5D. RGB value is (182,73,93). Sum of RGB (Red+Green+Blue) = 182+73+93=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6495D is #49B6A2. Grayscale: #6B6B6B. Windows color (decimal): -4830883 or 6113718. OLE color: 6113718.

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

Color convert

RGB1827393-
CMYK00.600.490.29
HSL348.99º42.75%50%-
HSV(B)348.99º59.89%71.37%-
XYZ23.6515.512.1-
YUV107.87119.61180.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=52.30%
G=20.98%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182739300.600.490.29348.9942.7550
HexB6495D03C311D15d2b32
Octal26611113507461355355362
Binary1011011010010011011101011110011000111101101011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6495D; }

 p { color: rgb(182,73,93); }

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

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

 a { background-color: rgb(182,73,93); }

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

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

 span { border-color: rgb(182,73,93); }

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