Html Css Color HEX #B97EA0 Bouquet

📋 copy color: '#B97EA0'

red 185 ◦ green 126 ◦ blue 160

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

Shades of Bouquet #B97EA0

Tints of Bouquet #B97EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 39.28%
G = 26.75%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B97EA0 (or 0xB97EA0) is known color: Bouquet. HEX triplet: B9, 7E and A0. RGB value is (185,126,160). Sum of RGB (Red+Green+Blue) = 185+126+160=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EA0 is #46815F. Grayscale: #939393. Windows color (decimal): -4620640 or 10518201. OLE color: 10518201.

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

Color convert

RGB 185 126 160 -
CMYK 0 0.32 0.14 0.27
HSL 325.42º 0.3% 0.61% -
HSV(B) 325.42º 0.32% 0.73% -
XYZ 33.81 27.77 36.84 -
YUV 147.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 185 126 160 0 0.32 0.14 0.27 325.42 0.3 0.61
Hex B9 7E A0 0 20 E 1B 145 1E 3D
Octal 271 176 240 0 40 16 33 505 36 75
Binary 10111001 1111110 10100000 0 100000 1110 11011 101000101 11110 111101

Color Harmonies of #B97EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EA0

Black with #B97EA0

Text Example


Text Example

White with #B97EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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