#BA6C2A

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

Shades of Meteor #BA6C2A

Tints of Meteor #BA6C2A

Color information

#BA6C2A (or 0xBA6C2A) is unknown color: approx Meteor. HEX triplet: BA, 6C and 2A. RGB value is (186,108,42). Sum of RGB (Red+Green+Blue) = 186+108+42=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C2A is #4593D5. Grayscale: #7C7C7C. Windows color (decimal): -4559830 or 2780346. OLE color: 2780346.

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

Color convert

RGB18610842-
CMYK00.420.770.27
HSL27.5º63.16%44.71%-
HSV(B)27.5º77.42%72.94%-
XYZ26.0321.334.94-
YUV123.881.84172.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=55.36%
G=32.14%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861084200.420.770.2727.563.1644.71
HexBA6C2A02A4D1B1c3f2d
Octal2721545205211533347755
Binary101110101101100101010010101010011011101111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C2A; }

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

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

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

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

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

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

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

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