#B9705D

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

Shades of Contessa #B9705D

Tints of Contessa #B9705D

Color information

#B9705D (or 0xB9705D) is unknown color: approx Contessa. HEX triplet: B9, 70 and 5D. RGB value is (185,112,93). Sum of RGB (Red+Green+Blue) = 185+112+93=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9705D is #468FA2. Grayscale: #838383. Windows color (decimal): -4624291 or 6123705. OLE color: 6123705.

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

Color convert

RGB18511293-
CMYK00.390.500.27
HSL12.39º39.66%54.51%-
HSV(B)12.39º49.73%72.55%-
XYZ27.7822.6913.27-
YUV131.66106.18166.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=47.44%
G=28.72%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851129300.390.500.2712.3939.6654.51
HexB9705D027321Bc2837
Octal2711601350476233145067
Binary10111001111000010111010100111110010110111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9705D; }

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

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

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

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

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

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

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

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