#BA702B

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

Shades of Meteor #BA702B

Tints of Meteor #BA702B

Color information

#BA702B (or 0xBA702B) is unknown color: approx Meteor. HEX triplet: BA, 70 and 2B. RGB value is (186,112,43). Sum of RGB (Red+Green+Blue) = 186+112+43=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702B is #458FD4. Grayscale: #7E7E7E. Windows color (decimal): -4558805 or 2846906. OLE color: 2846906.

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

Color convert

RGB18611243-
CMYK00.400.770.27
HSL28.95º62.45%44.9%-
HSV(B)28.95º76.88%72.94%-
XYZ26.4822.25.18-
YUV126.2681.02170.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 43 (17.19% from 255) = 12.61%
R=54.55%
G=32.84%
B=12.61%

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
Decimal1861124300.400.770.2728.9562.4544.9
HexBA702B0284D1B1d3e2d
Octal2721605305011533357655
Binary101110101110000101011010100010011011101111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA702B; }

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

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

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

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

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

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

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

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