Html Css Color HEX #B97B9B Bouquet

📋 copy color: '#B97B9B'

red 185 ◦ green 123 ◦ blue 155

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

Shades of Bouquet #B97B9B

Tints of Bouquet #B97B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 39.96%
G = 26.57%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B97B9B (or 0xB97B9B) is known color: Bouquet. HEX triplet: B9, 7B and 9B. RGB value is (185,123,155). Sum of RGB (Red+Green+Blue) = 185+123+155=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B9B is #468464. Grayscale: #919191. Windows color (decimal): -4621413 or 10189753. OLE color: 10189753.

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

Color convert

RGB 185 123 155 -
CMYK 0 0.34 0.16 0.27
HSL 329.03º 0.31% 0.6% -
HSV(B) 329.03º 0.34% 0.73% -
XYZ 33.01 26.85 34.45 -
YUV 145.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 185 123 155 0 0.34 0.16 0.27 329.03 0.31 0.6
Hex B9 7B 9B 0 22 10 1B 149 1F 3C
Octal 271 173 233 0 42 20 33 511 37 74
Binary 10111001 1111011 10011011 0 100010 10000 11011 101001001 11111 111100

Color Harmonies of #B97B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B9B

Black with #B97B9B

Text Example


Text Example

White with #B97B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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