#BA6D2A

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

Shades of Meteor #BA6D2A

Tints of Meteor #BA6D2A

Color information

#BA6D2A (or 0xBA6D2A) is unknown color: approx Meteor. HEX triplet: BA, 6D and 2A. RGB value is (186,109,42). Sum of RGB (Red+Green+Blue) = 186+109+42=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D2A is #4592D5. Grayscale: #7C7C7C. Windows color (decimal): -4559574 or 2780602. OLE color: 2780602.

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

Color convert

RGB18610942-
CMYK00.410.770.27
HSL27.92º63.16%44.71%-
HSV(B)27.92º77.42%72.94%-
XYZ26.1421.544.97-
YUV124.3881.51171.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=55.19%
G=32.34%
B=12.46%

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
Decimal1861094200.410.770.2727.9263.1644.71
HexBA6D2A0294D1B1c3f2d
Octal2721555205111533347755
Binary101110101101101101010010100110011011101111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D2A; }

 p { color: rgb(186,109,42); }

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

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

 a { background-color: rgb(186,109,42); }

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

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

 span { border-color: rgb(186,109,42); }

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