#BA6F2E

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

Shades of Meteor #BA6F2E

Tints of Meteor #BA6F2E

Color information

#BA6F2E (or 0xBA6F2E) is unknown color: approx Meteor. HEX triplet: BA, 6F and 2E. RGB value is (186,111,46). Sum of RGB (Red+Green+Blue) = 186+111+46=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2E is #4590D1. Grayscale: #7E7E7E. Windows color (decimal): -4559058 or 3043258. OLE color: 3043258.

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

Color convert

RGB18611146-
CMYK00.400.750.27
HSL27.86º60.34%45.49%-
HSV(B)27.86º75.27%72.94%-
XYZ26.4322.015.44-
YUV126.0182.85170.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 46 (18.36% from 255) = 13.41%
R=54.23%
G=32.36%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861114600.400.750.2727.8660.3445.49
HexBA6F2E0284B1B1c3c2d
Octal2721575605011333347455
Binary101110101101111101110010100010010111101111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F2E; }

 p { color: rgb(186,111,46); }

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

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

 a { background-color: rgb(186,111,46); }

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

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

 span { border-color: rgb(186,111,46); }

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