#bc735f

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

Shades of Contessa #BC735F

Tints of Contessa #BC735F

Color information

#BC735F (or 0xBC735F) is unknown color: approx Contessa. HEX triplet: BC, 73 and 5F. RGB value is (188,115,95). Sum of RGB (Red+Green+Blue) = 188+115+95=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC735F is #438CA0. Grayscale: #868686. Windows color (decimal): -4426913 or 6255548. OLE color: 6255548.

HSL color Cylindrical-coordinate representation of color #BC735F: hue angle of 12.9º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC735F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18811595-
CMYK00.390.490.26
HSL12.9º40.97%55.49%-
HSV(B)12.9º49.47%73.73%-
XYZ28.9423.7813.89-
YUV134.55105.68166.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=47.24%
G=28.89%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881159500.390.490.2612.940.9755.49
HexBC735F027311Ad2937
Octal2741631370476132155167
Binary10111100111001110111110100111110001110101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc735f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc735f; }

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

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

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

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

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

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

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

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