#BA7433

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

Shades of Meteor #BA7433

Tints of Meteor #BA7433

Color information

#BA7433 (or 0xBA7433) is unknown color: approx Meteor. HEX triplet: BA, 74 and 33. RGB value is (186,116,51). Sum of RGB (Red+Green+Blue) = 186+116+51=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7433 is #458BCC. Grayscale: #818181. Windows color (decimal): -4557773 or 3372218. OLE color: 3372218.

HSL color Cylindrical-coordinate representation of color #BA7433: hue angle of 28.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7433 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18611651-
CMYK00.380.730.27
HSL28.89º56.96%46.47%-
HSV(B)28.89º72.58%72.94%-
XYZ27.0923.176.18-
YUV129.5283.69168.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=52.69%
G=32.86%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861165100.380.730.2728.8956.9646.47
HexBA7433026491B1d392e
Octal2721646304611133357156
Binary101110101110100110011010011010010011101111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7433; }

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

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

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

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

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

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

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

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