#BC725F

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

Shades of Contessa #BC725F

Tints of Contessa #BC725F

Color information

#BC725F (or 0xBC725F) is unknown color: approx Contessa. HEX triplet: BC, 72 and 5F. RGB value is (188,114,95). Sum of RGB (Red+Green+Blue) = 188+114+95=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC725F is #438DA0. Grayscale: #868686. Windows color (decimal): -4427169 or 6255292. OLE color: 6255292.

HSL color Cylindrical-coordinate representation of color #BC725F: hue angle of 12.26º 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 #BC725F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18811495-
CMYK00.390.490.26
HSL12.26º40.97%55.49%-
HSV(B)12.26º49.47%73.73%-
XYZ28.8223.5513.85-
YUV133.96106.02166.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=47.36%
G=28.72%
B=23.93%

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
Decimal1881149500.390.490.2612.2640.9755.49
HexBC725F027311Ac2937
Octal2741621370476132145167
Binary10111100111001010111110100111110001110101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC725F; }

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

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

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

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

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

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

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

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