#BA6F2D

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

Shades of Meteor #BA6F2D

Tints of Meteor #BA6F2D

Color information

#BA6F2D (or 0xBA6F2D) is unknown color: approx Meteor. HEX triplet: BA, 6F and 2D. RGB value is (186,111,45). Sum of RGB (Red+Green+Blue) = 186+111+45=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2D is #4590D2. Grayscale: #7E7E7E. Windows color (decimal): -4559059 or 2977722. OLE color: 2977722.

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

Color convert

RGB18611145-
CMYK00.400.760.27
HSL28.09º61.04%45.29%-
HSV(B)28.09º75.81%72.94%-
XYZ26.41225.34-
YUV125.982.35170.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 45 (17.97% from 255) = 13.16%
R=54.39%
G=32.46%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861114500.400.760.2728.0961.0445.29
HexBA6F2D0284C1B1c3d2d
Octal2721575505011433347555
Binary101110101101111101101010100010011001101111100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F2D; }

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

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

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

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

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

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

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

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