Html Css Color HEX #B97FA2 Bouquet

📋 copy color: '#B97FA2'

red 185 ◦ green 127 ◦ blue 162

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

Shades of Bouquet #B97FA2

Tints of Bouquet #B97FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 39.03%
G = 26.79%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B97FA2 (or 0xB97FA2) is known color: Bouquet. HEX triplet: B9, 7F and A2. RGB value is (185,127,162). Sum of RGB (Red+Green+Blue) = 185+127+162=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FA2 is #46805D. Grayscale: #949494. Windows color (decimal): -4620382 or 10649529. OLE color: 10649529.

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

Color convert

RGB 185 127 162 -
CMYK 0 0.31 0.12 0.27
HSL 323.79º 0.29% 0.61% -
HSV(B) 323.79º 0.31% 0.73% -
XYZ 34.12 28.1 37.81 -
YUV 148.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 185 127 162 0 0.31 0.12 0.27 323.79 0.29 0.61
Hex B9 7F A2 0 1F C 1B 144 1D 3D
Octal 271 177 242 0 37 14 33 504 35 75
Binary 10111001 1111111 10100010 0 11111 1100 11011 101000100 11101 111101

Color Harmonies of #B97FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FA2

Black with #B97FA2

Text Example


Text Example

White with #B97FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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