Html Css Color HEX #B97972 Contessa

📋 copy color: '#B97972'

red 185 ◦ green 121 ◦ blue 114

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

Shades of Contessa #B97972

Tints of Contessa #B97972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 44.05%
G = 28.81%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97972 (or 0xB97972) is known color: Contessa. HEX triplet: B9, 79 and 72. RGB value is (185,121,114). Sum of RGB (Red+Green+Blue) = 185+121+114=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97972 is #46868D. Grayscale: #8B8B8B. Windows color (decimal): -4621966 or 7502265. OLE color: 7502265.

HSL color Cylindrical-coordinate representation of color #B97972: hue angle of 5.92º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97972 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 114 -
CMYK 0 0.35 0.38 0.27
HSL 5.92º 0.34% 0.59% -
HSV(B) 5.92º 0.38% 0.73% -
XYZ 29.88 25.2 19.21 -
YUV 139.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 185 121 114 0 0.35 0.38 0.27 5.92 0.34 0.59
Hex B9 79 72 0 23 26 1B 6 22 3B
Octal 271 171 162 0 43 46 33 6 42 73
Binary 10111001 1111001 1110010 0 100011 100110 11011 110 100010 111011

Color Harmonies of #B97972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97972

Black with #B97972

Text Example


Text Example

White with #B97972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97972; }

 p { color: rgb(185,121,114); }

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

background-color css

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

 a { background-color: rgb(185,121,114); }

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

border-color css

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

 span { border-color: rgb(185,121,114); }

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