#B9465D

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

Shades of Hippie Pink #B9465D

Tints of Hippie Pink #B9465D

Color information

#B9465D (or 0xB9465D) is unknown color: approx Hippie Pink. HEX triplet: B9, 46 and 5D. RGB value is (185,70,93). Sum of RGB (Red+Green+Blue) = 185+70+93=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9465D is #46B9A2. Grayscale: #6B6B6B. Windows color (decimal): -4635043 or 6112953. OLE color: 6112953.

HSL color Cylindrical-coordinate representation of color #B9465D: hue angle of 348º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9465D is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1857093-
CMYK00.620.500.27
HSL348º45.1%50%-
HSV(B)348º62.16%72.55%-
XYZ24.1715.4812.07-
YUV107.01120.1183.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=53.16%
G=20.11%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185709300.620.500.2734845.150
HexB9465D03E321B15c2d32
Octal27110613507662335345562
Binary1011100110001101011101011111011001011011101011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9465D; }

 p { color: rgb(185,70,93); }

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

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

 a { background-color: rgb(185,70,93); }

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

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

 span { border-color: rgb(185,70,93); }

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