#BA6E2D

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

Shades of Meteor #BA6E2D

Tints of Meteor #BA6E2D

Color information

#BA6E2D (or 0xBA6E2D) is unknown color: approx Meteor. HEX triplet: BA, 6E and 2D. RGB value is (186,110,45). Sum of RGB (Red+Green+Blue) = 186+110+45=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E2D is #4591D2. Grayscale: #7D7D7D. Windows color (decimal): -4559315 or 2977466. OLE color: 2977466.

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

Color convert

RGB18611045-
CMYK00.410.760.27
HSL27.66º61.04%45.29%-
HSV(B)27.66º75.81%72.94%-
XYZ26.321.785.3-
YUV125.3182.68171.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=54.55%
G=32.26%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861104500.410.760.2727.6661.0445.29
HexBA6E2D0294C1B1c3d2d
Octal2721565505111433347555
Binary101110101101110101101010100110011001101111100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E2D; }

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

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

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

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

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

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

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

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