#BA732E

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

Shades of Meteor #BA732E

Tints of Meteor #BA732E

Color information

#BA732E (or 0xBA732E) is unknown color: approx Meteor. HEX triplet: BA, 73 and 2E. RGB value is (186,115,46). Sum of RGB (Red+Green+Blue) = 186+115+46=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA732E is #458CD1. Grayscale: #808080. Windows color (decimal): -4558034 or 3044282. OLE color: 3044282.

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

Color convert

RGB18611546-
CMYK00.380.750.27
HSL29.57º60.34%45.49%-
HSV(B)29.57º75.27%72.94%-
XYZ26.8722.95.59-
YUV128.3681.52169.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=53.60%
G=33.14%
B=13.26%

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
Decimal1861154600.380.750.2729.5760.3445.49
HexBA732E0264B1B1e3c2d
Octal2721635604611333367455
Binary101110101110011101110010011010010111101111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA732E; }

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

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

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

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

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

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

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

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