Html Css Color HEX #B97370 Contessa

📋 copy color: '#B97370'

red 185 ◦ green 115 ◦ blue 112

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

Shades of Contessa #B97370

Tints of Contessa #B97370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 44.9%
G = 27.91%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97370 (or 0xB97370) is known color: Contessa. HEX triplet: B9, 73 and 70. RGB value is (185,115,112). Sum of RGB (Red+Green+Blue) = 185+115+112=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B97370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97370 is #468C8F. Grayscale: #878787. Windows color (decimal): -4623504 or 7369657. OLE color: 7369657.

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

Color convert

RGB 185 115 112 -
CMYK 0 0.38 0.39 0.27
HSL 2.47º 0.34% 0.58% -
HSV(B) 2.47º 0.39% 0.73% -
XYZ 29.06 23.75 18.38 -
YUV 135.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 185 115 112 0 0.38 0.39 0.27 2.47 0.34 0.58
Hex B9 73 70 0 26 27 1B 2 22 3A
Octal 271 163 160 0 46 47 33 2 42 72
Binary 10111001 1110011 1110000 0 100110 100111 11011 10 100010 111010

Color Harmonies of #B97370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97370

Black with #B97370

Text Example


Text Example

White with #B97370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97370; }

 p { color: rgb(185,115,112); }

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

background-color css

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

 a { background-color: rgb(185,115,112); }

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

border-color css

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

 span { border-color: rgb(185,115,112); }

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