#BC755E

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

Shades of Contessa #BC755E

Tints of Contessa #BC755E

Color information

#BC755E (or 0xBC755E) is unknown color: approx Contessa. HEX triplet: BC, 75 and 5E. RGB value is (188,117,94). Sum of RGB (Red+Green+Blue) = 188+117+94=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC755E is #438AA1. Grayscale: #878787. Windows color (decimal): -4426402 or 6190524. OLE color: 6190524.

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

Color convert

RGB18811794-
CMYK00.380.500.26
HSL14.68º41.23%55.29%-
HSV(B)14.68º50%73.73%-
XYZ29.1224.2213.73-
YUV135.61104.52165.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=47.12%
G=29.32%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881179400.380.500.2614.6841.2355.29
HexBC755E026321Af2937
Octal2741651360466232175167
Binary10111100111010110111100100110110010110101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC755E; }

 p { color: rgb(188,117,94); }

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

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

 a { background-color: rgb(188,117,94); }

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

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

 span { border-color: rgb(188,117,94); }

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