Html Css Color HEX #B97998 Bouquet

📋 copy color: '#B97998'

red 185 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #B97998

Tints of Bouquet #B97998

RGB

 RED value IS 185 (72.66% from 255) = 40.39%

 GREEN value IS 121 (47.66% from 255) = 26.42%

 BLUE value IS 152 (59.77% from 255) = 33.19%

R = 40.39%
G = 26.42%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B97998 (or 0xB97998) is known color: Bouquet. HEX triplet: B9, 79 and 98. RGB value is (185,121,152). Sum of RGB (Red+Green+Blue) = 185+121+152=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B97998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97998 is #468667. Grayscale: #8F8F8F. Windows color (decimal): -4621928 or 9992633. OLE color: 9992633.

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

Color convert

RGB 185 121 152 -
CMYK 0 0.35 0.18 0.27
HSL 330.94º 0.31% 0.6% -
HSV(B) 330.94º 0.35% 0.73% -
XYZ 32.51 26.26 33.06 -
YUV 143.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 185 121 152 0 0.35 0.18 0.27 330.94 0.31 0.6
Hex B9 79 98 0 23 12 1B 14B 1F 3C
Octal 271 171 230 0 43 22 33 513 37 74
Binary 10111001 1111001 10011000 0 100011 10010 11011 101001011 11111 111100

Color Harmonies of #B97998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97998

Black with #B97998

Text Example


Text Example

White with #B97998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97998; }

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

 H1.HeaderClassName
 {
   color: #B97998;
 }
 .AnyTagClassName
 {
   color: #B97998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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