#B96D94

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

Shades of Hopbush #B96D94

Tints of Hopbush #B96D94

Color information

#B96D94 (or 0xB96D94) is unknown color: approx Hopbush. HEX triplet: B9, 6D and 94. RGB value is (185,109,148). Sum of RGB (Red+Green+Blue) = 185+109+148=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D94 is #46926B. Grayscale: #888888. Windows color (decimal): -4625004 or 9727417. OLE color: 9727417.

HSL color Cylindrical-coordinate representation of color #B96D94: hue angle of 329.21º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D94 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB185109148-
CMYK00.410.200.27
HSL329.21º35.19%57.65%-
HSV(B)329.21º41.08%72.55%-
XYZ30.8223.3930.91-
YUV136.17134.68162.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=41.86%
G=24.66%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510914800.410.200.27329.2135.1957.65
HexB96D94029141B149233a
Octal27115522405124335114372
Binary1011100111011011001010001010011010011011101001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D94; }

 p { color: rgb(185,109,148); }

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

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

 a { background-color: rgb(185,109,148); }

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

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

 span { border-color: rgb(185,109,148); }

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