Html Css Color HEX #B97AAA Bouquet

📋 copy color: '#B97AAA'

red 185 ◦ green 122 ◦ blue 170

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

Shades of Bouquet #B97AAA

Tints of Bouquet #B97AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 38.78%
G = 25.58%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B97AAA (or 0xB97AAA) is known color: Bouquet. HEX triplet: B9, 7A and AA. RGB value is (185,122,170). Sum of RGB (Red+Green+Blue) = 185+122+170=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AAA is #468555. Grayscale: #929292. Windows color (decimal): -4621654 or 11172537. OLE color: 11172537.

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

Color convert

RGB 185 122 170 -
CMYK 0 0.34 0.08 0.27
HSL 314.29º 0.31% 0.6% -
HSV(B) 314.29º 0.34% 0.73% -
XYZ 34.22 27.14 41.46 -
YUV 146.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 185 122 170 0 0.34 0.08 0.27 314.29 0.31 0.6
Hex B9 7A AA 0 22 8 1B 13A 1F 3C
Octal 271 172 252 0 42 10 33 472 37 74
Binary 10111001 1111010 10101010 0 100010 1000 11011 100111010 11111 111100

Color Harmonies of #B97AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AAA

Black with #B97AAA

Text Example


Text Example

White with #B97AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AAA; }

 p { color: rgb(185,122,170); }

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

background-color css

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

 a { background-color: rgb(185,122,170); }

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

border-color css

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

 span { border-color: rgb(185,122,170); }

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