Html Css Color HEX #B97599 Bouquet

📋 copy color: '#B97599'

red 185 ◦ green 117 ◦ blue 153

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

Shades of Bouquet #B97599

Tints of Bouquet #B97599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 40.66%
G = 25.71%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B97599 (or 0xB97599) is known color: Bouquet. HEX triplet: B9, 75 and 99. RGB value is (185,117,153). Sum of RGB (Red+Green+Blue) = 185+117+153=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B97599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97599 is #468A66. Grayscale: #8D8D8D. Windows color (decimal): -4622951 or 10057145. OLE color: 10057145.

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

Color convert

RGB 185 117 153 -
CMYK 0 0.37 0.17 0.27
HSL 328.24º 0.33% 0.59% -
HSV(B) 328.24º 0.37% 0.73% -
XYZ 32.12 25.34 33.33 -
YUV 141.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 185 117 153 0 0.37 0.17 0.27 328.24 0.33 0.59
Hex B9 75 99 0 25 11 1B 148 21 3B
Octal 271 165 231 0 45 21 33 510 41 73
Binary 10111001 1110101 10011001 0 100101 10001 11011 101001000 100001 111011

Color Harmonies of #B97599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97599

Black with #B97599

Text Example


Text Example

White with #B97599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97599; }

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

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

background-color css

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

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

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

border-color css

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

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

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