#B97167

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

Shades of Contessa #B97167

Tints of Contessa #B97167

Color information

#B97167 (or 0xB97167) is unknown color: approx Contessa. HEX triplet: B9, 71 and 67. RGB value is (185,113,103). Sum of RGB (Red+Green+Blue) = 185+113+103=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97167 is #468E98. Grayscale: #858585. Windows color (decimal): -4624025 or 6779321. OLE color: 6779321.

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

Color convert

RGB185113103-
CMYK00.390.440.27
HSL7.32º36.94%56.47%-
HSV(B)7.32º44.32%72.55%-
XYZ28.3623.115.8-
YUV133.39110.85164.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=46.13%
G=28.18%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511310300.390.440.277.3236.9456.47
HexB971670272C1B72538
Octal271161147047543374570
Binary1011100111100011100111010011110110011011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97167; }

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

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

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

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

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

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

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

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