#B97895

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

Shades of Hopbush #B97895

Tints of Hopbush #B97895

Color information

#B97895 (or 0xB97895) is unknown color: approx Hopbush. HEX triplet: B9, 78 and 95. RGB value is (185,120,149). Sum of RGB (Red+Green+Blue) = 185+120+149=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B97895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97895 is #46876A. Grayscale: #8E8E8E. Windows color (decimal): -4622187 or 9795769. OLE color: 9795769.

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

Color convert

RGB185120149-
CMYK00.350.190.27
HSL333.23º31.71%59.8%-
HSV(B)333.23º35.14%72.55%-
XYZ32.1525.9231.74-
YUV142.74131.53158.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=40.75%
G=26.43%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512014900.350.190.27333.2331.7159.8
HexB97895023131B14d203c
Octal27117022504323335154074
Binary1011100111110001001010101000111001111011101001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97895; }

 p { color: rgb(185,120,149); }

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

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

 a { background-color: rgb(185,120,149); }

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

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

 span { border-color: rgb(185,120,149); }

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