Html Css Color HEX #B97971 Contessa

📋 copy color: '#B97971'

red 185 ◦ green 121 ◦ blue 113

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

Shades of Contessa #B97971

Tints of Contessa #B97971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 44.15%
G = 28.88%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97971 (or 0xB97971) is known color: Contessa. HEX triplet: B9, 79 and 71. RGB value is (185,121,113). Sum of RGB (Red+Green+Blue) = 185+121+113=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B97971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97971 is #46868E. Grayscale: #8B8B8B. Windows color (decimal): -4621967 or 7436729. OLE color: 7436729.

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

Color convert

RGB 185 121 113 -
CMYK 0 0.35 0.39 0.27
HSL 6.67º 0.34% 0.58% -
HSV(B) 6.67º 0.39% 0.73% -
XYZ 29.83 25.18 18.91 -
YUV 139.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 185 121 113 0 0.35 0.39 0.27 6.67 0.34 0.58
Hex B9 79 71 0 23 27 1B 7 22 3A
Octal 271 171 161 0 43 47 33 7 42 72
Binary 10111001 1111001 1110001 0 100011 100111 11011 111 100010 111010

Color Harmonies of #B97971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97971

Black with #B97971

Text Example


Text Example

White with #B97971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97971; }

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

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

background-color css

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

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

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

border-color css

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

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

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