#B96593

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

Shades of Hopbush #B96593

Tints of Hopbush #B96593

Color information

#B96593 (or 0xB96593) is unknown color: approx Hopbush. HEX triplet: B9, 65 and 93. RGB value is (185,101,147). Sum of RGB (Red+Green+Blue) = 185+101+147=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96593 is #469A6C. Grayscale: #838383. Windows color (decimal): -4627053 or 9659833. OLE color: 9659833.

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

Color convert

RGB185101147-
CMYK00.450.210.27
HSL327.14º37.5%56.08%-
HSV(B)327.14º45.41%72.55%-
XYZ29.9321.7330.22-
YUV131.36136.83166.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 147 (57.81% from 255) = 33.95%
R=42.73%
G=23.33%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510114700.450.210.27327.1437.556.08
HexB9659302D151B1472638
Octal27114522305525335074670
Binary1011100111001011001001101011011010111011101000111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96593; }

 p { color: rgb(185,101,147); }

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

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

 a { background-color: rgb(185,101,147); }

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

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

 span { border-color: rgb(185,101,147); }

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