#BA6E2B

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

Shades of Meteor #BA6E2B

Tints of Meteor #BA6E2B

Color information

#BA6E2B (or 0xBA6E2B) is unknown color: approx Meteor. HEX triplet: BA, 6E and 2B. RGB value is (186,110,43). Sum of RGB (Red+Green+Blue) = 186+110+43=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E2B is #4591D4. Grayscale: #7D7D7D. Windows color (decimal): -4559317 or 2846394. OLE color: 2846394.

HSL color Cylindrical-coordinate representation of color #BA6E2B: hue angle of 28.11º 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 #BA6E2B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18611043-
CMYK00.410.770.27
HSL28.11º62.45%44.9%-
HSV(B)28.11º76.88%72.94%-
XYZ26.2621.775.1-
YUV125.0981.68171.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=54.87%
G=32.45%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861104300.410.770.2728.1162.4544.9
HexBA6E2B0294D1B1c3e2d
Octal2721565305111533347655
Binary101110101101110101011010100110011011101111100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E2B; }

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

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

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

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

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

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

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

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