#B97195

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

Shades of Hopbush #B97195

Tints of Hopbush #B97195

Color information

#B97195 (or 0xB97195) is unknown color: approx Hopbush. HEX triplet: B9, 71 and 95. RGB value is (185,113,149). Sum of RGB (Red+Green+Blue) = 185+113+149=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B97195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97195 is #468E6A. Grayscale: #8A8A8A. Windows color (decimal): -4623979 or 9793977. OLE color: 9793977.

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

Color convert

RGB185113149-
CMYK00.390.190.27
HSL330º33.96%58.43%-
HSV(B)330º38.92%72.55%-
XYZ31.3424.2931.47-
YUV138.63133.85161.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=41.39%
G=25.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511314900.390.190.2733033.9658.43
HexB97195027131B14a223a
Octal27116122504723335124272
Binary1011100111100011001010101001111001111011101001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97195; }

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

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

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

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

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

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

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

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