#BC7261

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

Shades of Contessa #BC7261

Tints of Contessa #BC7261

Color information

#BC7261 (or 0xBC7261) is unknown color: approx Contessa. HEX triplet: BC, 72 and 61. RGB value is (188,114,97). Sum of RGB (Red+Green+Blue) = 188+114+97=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7261 is #438D9E. Grayscale: #868686. Windows color (decimal): -4427167 or 6386364. OLE color: 6386364.

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

Color convert

RGB18811497-
CMYK00.390.480.26
HSL11.21º40.44%55.88%-
HSV(B)11.21º48.4%73.73%-
XYZ28.9123.5914.34-
YUV134.19107.02166.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=47.12%
G=28.57%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881149700.390.480.2611.2140.4455.88
HexBC7261027301Ab2838
Octal2741621410476032135070
Binary10111100111001011000010100111110000110101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7261; }

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

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

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

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

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

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

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

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