Html Css Color HEX #B97BA7 Bouquet

📋 copy color: '#B97BA7'

red 185 ◦ green 123 ◦ blue 167

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

Shades of Bouquet #B97BA7

Tints of Bouquet #B97BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 38.95%
G = 25.89%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B97BA7 (or 0xB97BA7) is known color: Bouquet. HEX triplet: B9, 7B and A7. RGB value is (185,123,167). Sum of RGB (Red+Green+Blue) = 185+123+167=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA7 is #468458. Grayscale: #929292. Windows color (decimal): -4621401 or 10976185. OLE color: 10976185.

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

Color convert

RGB 185 123 167 -
CMYK 0 0.34 0.10 0.27
HSL 317.42º 0.31% 0.6% -
HSV(B) 317.42º 0.34% 0.73% -
XYZ 34.07 27.27 40.03 -
YUV 146.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 185 123 167 0 0.34 0.10 0.27 317.42 0.31 0.6
Hex B9 7B A7 0 22 A 1B 13D 1F 3C
Octal 271 173 247 0 42 12 33 475 37 74
Binary 10111001 1111011 10100111 0 100010 1010 11011 100111101 11111 111100

Color Harmonies of #B97BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BA7

Black with #B97BA7

Text Example


Text Example

White with #B97BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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