#BA7333

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

Shades of Meteor #BA7333

Tints of Meteor #BA7333

Color information

#BA7333 (or 0xBA7333) is unknown color: approx Meteor. HEX triplet: BA, 73 and 33. RGB value is (186,115,51). Sum of RGB (Red+Green+Blue) = 186+115+51=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7333 is #458CCC. Grayscale: #818181. Windows color (decimal): -4558029 or 3371962. OLE color: 3371962.

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

Color convert

RGB18611551-
CMYK00.380.730.27
HSL28.44º56.96%46.47%-
HSV(B)28.44º72.58%72.94%-
XYZ26.9822.946.14-
YUV128.9384.02168.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=52.84%
G=32.67%
B=14.49%

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
Decimal1861155100.380.730.2728.4456.9646.47
HexBA7333026491B1c392e
Octal2721636304611133347156
Binary101110101110011110011010011010010011101111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7333; }

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

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

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

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

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

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

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

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