Html Css Color HEX #B97B97 Bouquet

📋 copy color: '#B97B97'

red 185 ◦ green 123 ◦ blue 151

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

Shades of Bouquet #B97B97

Tints of Bouquet #B97B97

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 40.31%
G = 26.8%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B97B97 (or 0xB97B97) is known color: Bouquet. HEX triplet: B9, 7B and 97. RGB value is (185,123,151). Sum of RGB (Red+Green+Blue) = 185+123+151=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B97 is #468468. Grayscale: #909090. Windows color (decimal): -4621417 or 9927609. OLE color: 9927609.

HSL color Cylindrical-coordinate representation of color #B97B97: hue angle of 332.9º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97B97 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 123 151 -
CMYK 0 0.34 0.18 0.27
HSL 332.9º 0.31% 0.6% -
HSV(B) 332.9º 0.34% 0.73% -
XYZ 32.68 26.71 32.71 -
YUV 144.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 185 123 151 0 0.34 0.18 0.27 332.9 0.31 0.6
Hex B9 7B 97 0 22 12 1B 14D 1F 3C
Octal 271 173 227 0 42 22 33 515 37 74
Binary 10111001 1111011 10010111 0 100010 10010 11011 101001101 11111 111100

Color Harmonies of #B97B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B97

Black with #B97B97

Text Example


Text Example

White with #B97B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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