#BA742E

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

Shades of Meteor #BA742E

Tints of Meteor #BA742E

Color information

#BA742E (or 0xBA742E) is unknown color: approx Meteor. HEX triplet: BA, 74 and 2E. RGB value is (186,116,46). Sum of RGB (Red+Green+Blue) = 186+116+46=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA742E is #458BD1. Grayscale: #818181. Windows color (decimal): -4557778 or 3044538. OLE color: 3044538.

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

Color convert

RGB18611646-
CMYK00.380.750.27
HSL30º60.34%45.49%-
HSV(B)30º75.27%72.94%-
XYZ26.9923.135.63-
YUV128.9581.19168.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=53.45%
G=33.33%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861164600.380.750.273060.3445.49
HexBA742E0264B1B1e3c2d
Octal2721645604611333367455
Binary101110101110100101110010011010010111101111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA742E; }

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

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

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

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

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

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

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

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