Html Css Color HEX #B97AA7 Bouquet

📋 copy color: '#B97AA7'

red 185 ◦ green 122 ◦ blue 167

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

Shades of Bouquet #B97AA7

Tints of Bouquet #B97AA7

RGB

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

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

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

R = 39.03%
G = 25.74%
B = 35.23%

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

#B97AA7 (or 0xB97AA7) is known color: Bouquet. HEX triplet: B9, 7A and A7. RGB value is (185,122,167). Sum of RGB (Red+Green+Blue) = 185+122+167=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AA7 is #468558. Grayscale: #919191. Windows color (decimal): -4621657 or 10975929. OLE color: 10975929.

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

Color convert

RGB 185 122 167 -
CMYK 0 0.34 0.10 0.27
HSL 317.14º 0.31% 0.6% -
HSV(B) 317.14º 0.34% 0.73% -
XYZ 33.94 27.02 39.99 -
YUV 145.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 185 122 167 0 0.34 0.10 0.27 317.14 0.31 0.6
Hex B9 7A A7 0 22 A 1B 13D 1F 3C
Octal 271 172 247 0 42 12 33 475 37 74
Binary 10111001 1111010 10100111 0 100010 1010 11011 100111101 11111 111100

Color Harmonies of #B97AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AA7

Black with #B97AA7

Text Example


Text Example

White with #B97AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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