#bc712a

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

Shades of Meteor #BC712A

Tints of Meteor #BC712A

Color information

#BC712A (or 0xBC712A) is unknown color: approx Meteor. HEX triplet: BC, 71 and 2A. RGB value is (188,113,42). Sum of RGB (Red+Green+Blue) = 188+113+42=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC712A is #438ED5. Grayscale: #7F7F7F. Windows color (decimal): -4427478 or 2781628. OLE color: 2781628.

HSL color Cylindrical-coordinate representation of color #BC712A: hue angle of 29.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC712A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18811342-
CMYK00.400.780.26
HSL29.18º63.48%45.1%-
HSV(B)29.18º77.66%73.73%-
XYZ27.0622.675.14-
YUV127.3379.85171.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=54.81%
G=32.94%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881134200.400.780.2629.1863.4845.1
HexBC712A0284E1A1d3f2d
Octal2741615205011632357755
Binary101111001110001101010010100010011101101011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc712a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc712a; }

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

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

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

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

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

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

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

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