#B8735C

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

Shades of Contessa #B8735C

Tints of Contessa #B8735C

Color information

#B8735C (or 0xB8735C) is unknown color: approx Contessa. HEX triplet: B8, 73 and 5C. RGB value is (184,115,92). Sum of RGB (Red+Green+Blue) = 184+115+92=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8735C is #478CA3. Grayscale: #858585. Windows color (decimal): -4689060 or 6058936. OLE color: 6058936.

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

Color convert

RGB18411592-
CMYK00.380.500.28
HSL15º39.32%54.12%-
HSV(B)15º50%72.16%-
XYZ27.8323.2213.14-
YUV133.01104.86164.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841159200.380.500.281539.3254.12
HexB8735C026321Cf2736
Octal2701631340466234174766
Binary10111000111001110111000100110110010111001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8735C; }

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

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

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

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

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

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

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

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