Html Css Color HEX #B97D97 Bouquet

📋 copy color: '#B97D97'

red 185 ◦ green 125 ◦ blue 151

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

Shades of Bouquet #B97D97

Tints of Bouquet #B97D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.75%

R = 40.13%
G = 27.11%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B97D97 (or 0xB97D97) is known color: Bouquet. HEX triplet: B9, 7D and 97. RGB value is (185,125,151). Sum of RGB (Red+Green+Blue) = 185+125+151=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D97 is #468268. Grayscale: #919191. Windows color (decimal): -4620905 or 9928121. OLE color: 9928121.

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

Color convert

RGB 185 125 151 -
CMYK 0 0.32 0.18 0.27
HSL 334º 0.3% 0.61% -
HSV(B) 334º 0.32% 0.73% -
XYZ 32.93 27.22 32.8 -
YUV 145.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 185 125 151 0 0.32 0.18 0.27 334 0.3 0.61
Hex B9 7D 97 0 20 12 1B 14E 1E 3D
Octal 271 175 227 0 40 22 33 516 36 75
Binary 10111001 1111101 10010111 0 100000 10010 11011 101001110 11110 111101

Color Harmonies of #B97D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D97

Black with #B97D97

Text Example


Text Example

White with #B97D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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