Html Css Color HEX #B97BA0 Bouquet

📋 copy color: '#B97BA0'

red 185 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #B97BA0

Tints of Bouquet #B97BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 39.53%
G = 26.28%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B97BA0 (or 0xB97BA0) is known color: Bouquet. HEX triplet: B9, 7B and A0. RGB value is (185,123,160). Sum of RGB (Red+Green+Blue) = 185+123+160=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA0 is #46845F. Grayscale: #919191. Windows color (decimal): -4621408 or 10517433. OLE color: 10517433.

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

Color convert

RGB 185 123 160 -
CMYK 0 0.34 0.14 0.27
HSL 324.19º 0.31% 0.6% -
HSV(B) 324.19º 0.34% 0.73% -
XYZ 33.44 27.02 36.71 -
YUV 145.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 185 123 160 0 0.34 0.14 0.27 324.19 0.31 0.6
Hex B9 7B A0 0 22 E 1B 144 1F 3C
Octal 271 173 240 0 42 16 33 504 37 74
Binary 10111001 1111011 10100000 0 100010 1110 11011 101000100 11111 111100

Color Harmonies of #B97BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BA0

Black with #B97BA0

Text Example


Text Example

White with #B97BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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