Html Css Color HEX #B97FA0 Bouquet

📋 copy color: '#B97FA0'

red 185 ◦ green 127 ◦ blue 160

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

Shades of Bouquet #B97FA0

Tints of Bouquet #B97FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

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

R = 39.19%
G = 26.91%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B97FA0 (or 0xB97FA0) is known color: Bouquet. HEX triplet: B9, 7F and A0. RGB value is (185,127,160). Sum of RGB (Red+Green+Blue) = 185+127+160=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FA0 is #46805F. Grayscale: #949494. Windows color (decimal): -4620384 or 10518457. OLE color: 10518457.

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

Color convert

RGB 185 127 160 -
CMYK 0 0.31 0.14 0.27
HSL 325.86º 0.29% 0.61% -
HSV(B) 325.86º 0.31% 0.73% -
XYZ 33.94 28.03 36.88 -
YUV 148.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 185 127 160 0 0.31 0.14 0.27 325.86 0.29 0.61
Hex B9 7F A0 0 1F E 1B 146 1D 3D
Octal 271 177 240 0 37 16 33 506 35 75
Binary 10111001 1111111 10100000 0 11111 1110 11011 101000110 11101 111101

Color Harmonies of #B97FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FA0

Black with #B97FA0

Text Example


Text Example

White with #B97FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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