#B97198

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

Shades of Hopbush #B97198

Tints of Hopbush #B97198

Color information

#B97198 (or 0xB97198) is unknown color: approx Hopbush. HEX triplet: B9, 71 and 98. RGB value is (185,113,152). Sum of RGB (Red+Green+Blue) = 185+113+152=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97198 is #468E67. Grayscale: #8A8A8A. Windows color (decimal): -4623976 or 9990585. OLE color: 9990585.

HSL color Cylindrical-coordinate representation of color #B97198: hue angle of 327.5º 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 #B97198 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185113152-
CMYK00.390.180.27
HSL327.5º33.96%58.43%-
HSV(B)327.5º38.92%72.55%-
XYZ31.5824.3932.75-
YUV138.97135.35160.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=41.11%
G=25.11%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511315200.390.180.27327.533.9658.43
HexB97198027121B148223a
Octal27116123004722335104272
Binary1011100111100011001100001001111001011011101001000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97198; }

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

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

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

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

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

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

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

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