Html Css Color HEX #B97AA1 Bouquet

📋 copy color: '#B97AA1'

red 185 ◦ green 122 ◦ blue 161

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

Shades of Bouquet #B97AA1

Tints of Bouquet #B97AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 39.53%
G = 26.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B97AA1 (or 0xB97AA1) is known color: Bouquet. HEX triplet: B9, 7A and A1. RGB value is (185,122,161). Sum of RGB (Red+Green+Blue) = 185+122+161=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AA1 is #46855E. Grayscale: #919191. Windows color (decimal): -4621663 or 10582713. OLE color: 10582713.

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

Color convert

RGB 185 122 161 -
CMYK 0 0.34 0.13 0.27
HSL 322.86º 0.31% 0.6% -
HSV(B) 322.86º 0.34% 0.73% -
XYZ 33.4 26.81 37.13 -
YUV 145.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 185 122 161 0 0.34 0.13 0.27 322.86 0.31 0.6
Hex B9 7A A1 0 22 D 1B 143 1F 3C
Octal 271 172 241 0 42 15 33 503 37 74
Binary 10111001 1111010 10100001 0 100010 1101 11011 101000011 11111 111100

Color Harmonies of #B97AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AA1

Black with #B97AA1

Text Example


Text Example

White with #B97AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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