Html Css Color HEX #B97198 Hopbush

📋 copy color: '#B97198'

red 185 ◦ green 113 ◦ blue 152

#B97198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #B97198

Tints of Hopbush #B97198

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 value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B97198 (or 0xB97198) is known color: 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

RGB 185 113 152 -
CMYK 0 0.39 0.18 0.27
HSL 327.5º 0.34% 0.58% -
HSV(B) 327.5º 0.39% 0.73% -
XYZ 31.58 24.39 32.75 -
YUV 138.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 185 113 152 0 0.39 0.18 0.27 327.5 0.34 0.58
Hex B9 71 98 0 27 12 1B 148 22 3A
Octal 271 161 230 0 47 22 33 510 42 72
Binary 10111001 1110001 10011000 0 100111 10010 11011 101001000 100010 111010

Color Harmonies of #B97198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97198

Black with #B97198

Text Example


Text Example

White with #B97198

Text Example


Text Example

HTML Codes & Css Web 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>