Html Css Color HEX #B97960 Contessa

📋 copy color: '#B97960'

red 185 ◦ green 121 ◦ blue 96

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

Shades of Contessa #B97960

Tints of Contessa #B97960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 46.02%
G = 30.1%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B97960 (or 0xB97960) is known color: Contessa. HEX triplet: B9, 79 and 60. RGB value is (185,121,96). Sum of RGB (Red+Green+Blue) = 185+121+96=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B97960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97960 is #46869F. Grayscale: #898989. Windows color (decimal): -4621984 or 6322617. OLE color: 6322617.

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

Color convert

RGB 185 121 96 -
CMYK 0 0.35 0.48 0.27
HSL 16.85º 0.39% 0.55% -
HSV(B) 16.85º 0.48% 0.73% -
XYZ 28.96 24.83 14.33 -
YUV 137.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 185 121 96 0 0.35 0.48 0.27 16.85 0.39 0.55
Hex B9 79 60 0 23 30 1B 11 27 37
Octal 271 171 140 0 43 60 33 21 47 67
Binary 10111001 1111001 1100000 0 100011 110000 11011 10001 100111 110111

Color Harmonies of #B97960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97960

Black with #B97960

Text Example


Text Example

White with #B97960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97960; }

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

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

background-color css

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

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

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

border-color css

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

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

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