#B97795

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

Shades of Hopbush #B97795

Tints of Hopbush #B97795

Color information

#B97795 (or 0xB97795) is unknown color: approx Hopbush. HEX triplet: B9, 77 and 95. RGB value is (185,119,149). Sum of RGB (Red+Green+Blue) = 185+119+149=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B97795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97795 is #46886A. Grayscale: #8E8E8E. Windows color (decimal): -4622443 or 9795513. OLE color: 9795513.

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

Color convert

RGB185119149-
CMYK00.360.190.27
HSL332.73º32.04%59.61%-
HSV(B)332.73º35.68%72.55%-
XYZ32.0325.6831.7-
YUV142.15131.87158.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=40.84%
G=26.27%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511914900.360.190.27332.7332.0459.61
HexB97795024131B14d203c
Octal27116722504423335154074
Binary1011100111101111001010101001001001111011101001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97795; }

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

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

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

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

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

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

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

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