Html Css Color HEX #B97EA1 Bouquet

📋 copy color: '#B97EA1'

red 185 ◦ green 126 ◦ blue 161

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

Shades of Bouquet #B97EA1

Tints of Bouquet #B97EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

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

R = 39.19%
G = 26.69%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B97EA1 (or 0xB97EA1) is known color: Bouquet. HEX triplet: B9, 7E and A1. RGB value is (185,126,161). Sum of RGB (Red+Green+Blue) = 185+126+161=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EA1 is #46815E. Grayscale: #939393. Windows color (decimal): -4620639 or 10583737. OLE color: 10583737.

HSL color Cylindrical-coordinate representation of color #B97EA1: hue angle of 324.41º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97EA1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 161 -
CMYK 0 0.32 0.13 0.27
HSL 324.41º 0.3% 0.61% -
HSV(B) 324.41º 0.32% 0.73% -
XYZ 33.9 27.81 37.3 -
YUV 147.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 185 126 161 0 0.32 0.13 0.27 324.41 0.3 0.61
Hex B9 7E A1 0 20 D 1B 144 1E 3D
Octal 271 176 241 0 40 15 33 504 36 75
Binary 10111001 1111110 10100001 0 100000 1101 11011 101000100 11110 111101

Color Harmonies of #B97EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EA1

Black with #B97EA1

Text Example


Text Example

White with #B97EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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