#B97372

Color #B97372 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #B97372

Tints of Contessa #B97372

Color information

#B97372 (or 0xB97372) is unknown color: approx Contessa. HEX triplet: B9, 73 and 72. RGB value is (185,115,114). Sum of RGB (Red+Green+Blue) = 185+115+114=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B97372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97372 is #468C8D. Grayscale: #878787. Windows color (decimal): -4623502 or 7500729. OLE color: 7500729.

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

Color convert

RGB185115114-
CMYK00.380.380.27
HSL0.85º33.65%58.63%-
HSV(B)0.85º38.38%72.55%-
XYZ29.1823.7918.97-
YUV135.82115.69163.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=44.69%
G=27.78%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511511400.380.380.270.8533.6558.63
HexB97372026261B1223b
Octal271163162046463314273
Binary10111001111001111100100100110100110110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97372; }

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

 H1.HeaderClassName
 {
   color: #B97372;
 }
 .AnyTagClassName
 {
   color: #B97372;
 }
</style>
background-color css

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

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

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

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

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

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