Html Css Color HEX #B97D9F Bouquet

📋 copy color: '#B97D9F'

red 185 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #B97D9F

Tints of Bouquet #B97D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 39.45%
G = 26.65%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B97D9F (or 0xB97D9F) is known color: Bouquet. HEX triplet: B9, 7D and 9F. RGB value is (185,125,159). Sum of RGB (Red+Green+Blue) = 185+125+159=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D9F is #468260. Grayscale: #929292. Windows color (decimal): -4620897 or 10452409. OLE color: 10452409.

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

Color convert

RGB 185 125 159 -
CMYK 0 0.32 0.14 0.27
HSL 326º 0.3% 0.61% -
HSV(B) 326º 0.32% 0.73% -
XYZ 33.6 27.48 36.34 -
YUV 146.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 185 125 159 0 0.32 0.14 0.27 326 0.3 0.61
Hex B9 7D 9F 0 20 E 1B 146 1E 3D
Octal 271 175 237 0 40 16 33 506 36 75
Binary 10111001 1111101 10011111 0 100000 1110 11011 101000110 11110 111101

Color Harmonies of #B97D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D9F

Black with #B97D9F

Text Example


Text Example

White with #B97D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D9F; }

 p { color: rgb(185,125,159); }

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

background-color css

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

 a { background-color: rgb(185,125,159); }

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

border-color css

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

 span { border-color: rgb(185,125,159); }

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