#BA6E34

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

Shades of Meteor #BA6E34

Tints of Meteor #BA6E34

Color information

#BA6E34 (or 0xBA6E34) is unknown color: approx Meteor. HEX triplet: BA, 6E and 34. RGB value is (186,110,52). Sum of RGB (Red+Green+Blue) = 186+110+52=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E34 is #4591CB. Grayscale: #7E7E7E. Windows color (decimal): -4559308 or 3436218. OLE color: 3436218.

HSL color Cylindrical-coordinate representation of color #BA6E34: hue angle of 25.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA6E34 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18611052-
CMYK00.410.720.27
HSL25.97º56.3%46.67%-
HSV(B)25.97º72.04%72.94%-
XYZ26.4521.846.07-
YUV126.1186.18170.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=53.45%
G=31.61%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861105200.410.720.2725.9756.346.67
HexBA6E34029481B1a382f
Octal2721566405111033327057
Binary101110101101110110100010100110010001101111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E34; }

 p { color: rgb(186,110,52); }

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

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

 a { background-color: rgb(186,110,52); }

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

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

 span { border-color: rgb(186,110,52); }

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