Html Css Color HEX #B97699 Bouquet

📋 copy color: '#B97699'

red 185 ◦ green 118 ◦ blue 153

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

Shades of Bouquet #B97699

Tints of Bouquet #B97699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 40.57%
G = 25.88%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B97699 (or 0xB97699) is known color: Bouquet. HEX triplet: B9, 76 and 99. RGB value is (185,118,153). Sum of RGB (Red+Green+Blue) = 185+118+153=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B97699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97699 is #468966. Grayscale: #8D8D8D. Windows color (decimal): -4622695 or 10057401. OLE color: 10057401.

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

Color convert

RGB 185 118 153 -
CMYK 0 0.36 0.17 0.27
HSL 328.66º 0.32% 0.59% -
HSV(B) 328.66º 0.36% 0.73% -
XYZ 32.24 25.57 33.37 -
YUV 142.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 185 118 153 0 0.36 0.17 0.27 328.66 0.32 0.59
Hex B9 76 99 0 24 11 1B 149 20 3B
Octal 271 166 231 0 44 21 33 511 40 73
Binary 10111001 1110110 10011001 0 100100 10001 11011 101001001 100000 111011

Color Harmonies of #B97699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97699

Black with #B97699

Text Example


Text Example

White with #B97699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97699; }

 p { color: rgb(185,118,153); }

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

background-color css

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

 a { background-color: rgb(185,118,153); }

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

border-color css

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

 span { border-color: rgb(185,118,153); }

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