#BA6F2B

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

Shades of Meteor #BA6F2B

Tints of Meteor #BA6F2B

Color information

#BA6F2B (or 0xBA6F2B) is unknown color: approx Meteor. HEX triplet: BA, 6F and 2B. RGB value is (186,111,43). Sum of RGB (Red+Green+Blue) = 186+111+43=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2B is #4590D4. Grayscale: #7E7E7E. Windows color (decimal): -4559061 or 2846650. OLE color: 2846650.

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

Color convert

RGB18611143-
CMYK00.400.770.27
HSL28.53º62.45%44.9%-
HSV(B)28.53º76.88%72.94%-
XYZ26.3721.985.14-
YUV125.6781.35171.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 43 (17.19% from 255) = 12.65%
R=54.71%
G=32.65%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861114300.400.770.2728.5362.4544.9
HexBA6F2B0284D1B1d3e2d
Octal2721575305011533357655
Binary101110101101111101011010100010011011101111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F2B; }

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

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

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

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

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

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

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

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