#BC712D

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

Shades of Meteor #BC712D

Tints of Meteor #BC712D

Color information

#BC712D (or 0xBC712D) is unknown color: approx Meteor. HEX triplet: BC, 71 and 2D. RGB value is (188,113,45). Sum of RGB (Red+Green+Blue) = 188+113+45=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC712D is #438ED2. Grayscale: #808080. Windows color (decimal): -4427475 or 2978236. OLE color: 2978236.

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

Color convert

RGB18811345-
CMYK00.400.760.26
HSL28.53º61.37%45.69%-
HSV(B)28.53º76.06%73.73%-
XYZ27.1222.695.43-
YUV127.6781.35171.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=54.34%
G=32.66%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881134500.400.760.2628.5361.3745.69
HexBC712D0284C1A1d3d2e
Octal2741615505011432357556
Binary101111001110001101101010100010011001101011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC712D; }

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

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

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

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

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

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

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

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