#BA702E

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

Shades of Meteor #BA702E

Tints of Meteor #BA702E

Color information

#BA702E (or 0xBA702E) is unknown color: approx Meteor. HEX triplet: BA, 70 and 2E. RGB value is (186,112,46). Sum of RGB (Red+Green+Blue) = 186+112+46=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702E is #458FD1. Grayscale: #7E7E7E. Windows color (decimal): -4558802 or 3043514. OLE color: 3043514.

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

Color convert

RGB18611246-
CMYK00.400.750.27
HSL28.29º60.34%45.49%-
HSV(B)28.29º75.27%72.94%-
XYZ26.5422.225.48-
YUV126.682.52170.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 46 (18.36% from 255) = 13.37%
R=54.07%
G=32.56%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861124600.400.750.2728.2960.3445.49
HexBA702E0284B1B1c3c2d
Octal2721605605011333347455
Binary101110101110000101110010100010010111101111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA702E; }

 p { color: rgb(186,112,46); }

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

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

 a { background-color: rgb(186,112,46); }

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

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

 span { border-color: rgb(186,112,46); }

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