#BA712B

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

Shades of Meteor #BA712B

Tints of Meteor #BA712B

Color information

#BA712B (or 0xBA712B) is unknown color: approx Meteor. HEX triplet: BA, 71 and 2B. RGB value is (186,113,43). Sum of RGB (Red+Green+Blue) = 186+113+43=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA712B is #458ED4. Grayscale: #7F7F7F. Windows color (decimal): -4558549 or 2847162. OLE color: 2847162.

HSL color Cylindrical-coordinate representation of color #BA712B: hue angle of 29.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA712B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18611343-
CMYK00.390.770.27
HSL29.37º62.45%44.9%-
HSV(B)29.37º76.88%72.94%-
XYZ26.5922.425.21-
YUV126.8580.68170.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 43 (17.19% from 255) = 12.57%
R=54.39%
G=33.04%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861134300.390.770.2729.3762.4544.9
HexBA712B0274D1B1d3e2d
Octal2721615304711533357655
Binary101110101110001101011010011110011011101111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA712B; }

 p { color: rgb(186,113,43); }

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

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

 a { background-color: rgb(186,113,43); }

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

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

 span { border-color: rgb(186,113,43); }

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