#B96B9A

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

Shades of Hopbush #B96B9A

Tints of Hopbush #B96B9A

Color information

#B96B9A (or 0xB96B9A) is unknown color: approx Hopbush. HEX triplet: B9, 6B and 9A. RGB value is (185,107,154). Sum of RGB (Red+Green+Blue) = 185+107+154=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B9A is #469465. Grayscale: #878787. Windows color (decimal): -4625510 or 10120121. OLE color: 10120121.

HSL color Cylindrical-coordinate representation of color #B96B9A: hue angle of 323.85º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B9A is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185107154-
CMYK00.420.170.27
HSL323.85º35.78%57.25%-
HSV(B)323.85º42.16%72.55%-
XYZ31.123.1633.4-
YUV135.68138.34163.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=41.48%
G=23.99%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510715400.420.170.27323.8535.7857.25
HexB96B9A02A111B1442439
Octal27115323205221335044471
Binary1011100111010111001101001010101000111011101000100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B9A; }

 p { color: rgb(185,107,154); }

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

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

 a { background-color: rgb(185,107,154); }

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

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

 span { border-color: rgb(185,107,154); }

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