#B8735F

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

Shades of Contessa #B8735F

Tints of Contessa #B8735F

Color information

#B8735F (or 0xB8735F) is unknown color: approx Contessa. HEX triplet: B8, 73 and 5F. RGB value is (184,115,95). Sum of RGB (Red+Green+Blue) = 184+115+95=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8735F is #478CA0. Grayscale: #858585. Windows color (decimal): -4689057 or 6255544. OLE color: 6255544.

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

Color convert

RGB18411595-
CMYK00.380.480.28
HSL13.48º38.53%54.71%-
HSV(B)13.48º48.37%72.16%-
XYZ27.9623.2813.85-
YUV133.35106.36164.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=46.70%
G=29.19%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841159500.380.480.2813.4838.5354.71
HexB8735F026301Cd2737
Octal2701631370466034154767
Binary10111000111001110111110100110110000111001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8735F; }

 p { color: rgb(184,115,95); }

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

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

 a { background-color: rgb(184,115,95); }

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

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

 span { border-color: rgb(184,115,95); }

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