#BC7F2D

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

Shades of Mandalay #BC7F2D

Tints of Mandalay #BC7F2D

Color information

#BC7F2D (or 0xBC7F2D) is unknown color: approx Mandalay. HEX triplet: BC, 7F and 2D. RGB value is (188,127,45). Sum of RGB (Red+Green+Blue) = 188+127+45=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F2D is #4380D2. Grayscale: #888888. Windows color (decimal): -4423891 or 2981820. OLE color: 2981820.

HSL color Cylindrical-coordinate representation of color #BC7F2D: hue angle of 34.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC7F2D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18812745-
CMYK00.320.760.26
HSL34.41º61.37%45.69%-
HSV(B)34.41º76.06%73.73%-
XYZ28.826.065.99-
YUV135.8976.71165.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=52.22%
G=35.28%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881274500.320.760.2634.4161.3745.69
HexBC7F2D0204C1A223d2e
Octal2741775504011432427556
Binary1011110011111111011010100000100110011010100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F2D; }

 p { color: rgb(188,127,45); }

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

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

 a { background-color: rgb(188,127,45); }

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

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

 span { border-color: rgb(188,127,45); }

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