Html Css Color HEX #B97BA6 Bouquet

📋 copy color: '#B97BA6'

red 185 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #B97BA6

Tints of Bouquet #B97BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 39.03%
G = 25.95%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B97BA6 (or 0xB97BA6) is known color: Bouquet. HEX triplet: B9, 7B and A6. RGB value is (185,123,166). Sum of RGB (Red+Green+Blue) = 185+123+166=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA6 is #468459. Grayscale: #929292. Windows color (decimal): -4621402 or 10910649. OLE color: 10910649.

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

Color convert

RGB 185 123 166 -
CMYK 0 0.34 0.10 0.27
HSL 318.39º 0.31% 0.6% -
HSV(B) 318.39º 0.34% 0.73% -
XYZ 33.97 27.23 39.54 -
YUV 146.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 185 123 166 0 0.34 0.10 0.27 318.39 0.31 0.6
Hex B9 7B A6 0 22 A 1B 13E 1F 3C
Octal 271 173 246 0 42 12 33 476 37 74
Binary 10111001 1111011 10100110 0 100010 1010 11011 100111110 11111 111100

Color Harmonies of #B97BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BA6

Black with #B97BA6

Text Example


Text Example

White with #B97BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BA6; }

 p { color: rgb(185,123,166); }

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

background-color css

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

 a { background-color: rgb(185,123,166); }

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

border-color css

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

 span { border-color: rgb(185,123,166); }

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