#ba6e28

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

Shades of Meteor #BA6E28

Tints of Meteor #BA6E28

Color information

#BA6E28 (or 0xBA6E28) is unknown color: approx Meteor. HEX triplet: BA, 6E and 28. RGB value is (186,110,40). Sum of RGB (Red+Green+Blue) = 186+110+40=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E28 is #4591D7. Grayscale: #7D7D7D. Windows color (decimal): -4559320 or 2649786. OLE color: 2649786.

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

Color convert

RGB18611040-
CMYK00.410.780.27
HSL28.77º64.6%44.31%-
HSV(B)28.77º78.49%72.94%-
XYZ26.2121.744.82-
YUV124.7480.18171.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 40 (16.02% from 255) = 11.90%
R=55.36%
G=32.74%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861104000.410.780.2728.7764.644.31
HexBA6E280294E1B1d412c
Octal27215650051116333510154
Binary1011101011011101010000101001100111011011111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6e28; }

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

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

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

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

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

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

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

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