Html Css Color HEX #B97BA4 Bouquet

📋 copy color: '#B97BA4'

red 185 ◦ green 123 ◦ blue 164

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

Shades of Bouquet #B97BA4

Tints of Bouquet #B97BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.75%

R = 39.19%
G = 26.06%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B97BA4 (or 0xB97BA4) is known color: Bouquet. HEX triplet: B9, 7B and A4. RGB value is (185,123,164). Sum of RGB (Red+Green+Blue) = 185+123+164=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA4 is #46845B. Grayscale: #929292. Windows color (decimal): -4621404 or 10779577. OLE color: 10779577.

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

Color convert

RGB 185 123 164 -
CMYK 0 0.34 0.11 0.27
HSL 320.32º 0.31% 0.6% -
HSV(B) 320.32º 0.34% 0.73% -
XYZ 33.79 27.16 38.58 -
YUV 146.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 185 123 164 0 0.34 0.11 0.27 320.32 0.31 0.6
Hex B9 7B A4 0 22 B 1B 140 1F 3C
Octal 271 173 244 0 42 13 33 500 37 74
Binary 10111001 1111011 10100100 0 100010 1011 11011 101000000 11111 111100

Color Harmonies of #B97BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BA4

Black with #B97BA4

Text Example


Text Example

White with #B97BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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