#B8735D

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

Shades of Contessa #B8735D

Tints of Contessa #B8735D

Color information

#B8735D (or 0xB8735D) is unknown color: approx Contessa. HEX triplet: B8, 73 and 5D. RGB value is (184,115,93). Sum of RGB (Red+Green+Blue) = 184+115+93=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8735D is #478CA2. Grayscale: #858585. Windows color (decimal): -4689059 or 6124472. OLE color: 6124472.

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

Color convert

RGB18411593-
CMYK00.380.490.28
HSL14.51º39.06%54.31%-
HSV(B)14.51º49.46%72.16%-
XYZ27.8723.2413.37-
YUV133.12105.36164.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=46.94%
G=29.34%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841159300.380.490.2814.5139.0654.31
HexB8735D026311Cf2736
Octal2701631350466134174766
Binary10111000111001110111010100110110001111001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8735D; }

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

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

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

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

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

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

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

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