#BA702C

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

Shades of Meteor #BA702C

Tints of Meteor #BA702C

Color information

#BA702C (or 0xBA702C) is unknown color: approx Meteor. HEX triplet: BA, 70 and 2C. RGB value is (186,112,44). Sum of RGB (Red+Green+Blue) = 186+112+44=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702C is #458FD3. Grayscale: #7E7E7E. Windows color (decimal): -4558804 or 2912442. OLE color: 2912442.

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

Color convert

RGB18611244-
CMYK00.400.760.27
HSL28.73º61.74%45.1%-
HSV(B)28.73º76.34%72.94%-
XYZ26.522.215.27-
YUV126.3781.52170.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 44 (17.58% from 255) = 12.87%
R=54.39%
G=32.75%
B=12.87%

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
Decimal1861124400.400.760.2728.7361.7445.1
HexBA702C0284C1B1d3e2d
Octal2721605405011433357655
Binary101110101110000101100010100010011001101111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA702C; }

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

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

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

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

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

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

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

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