#BA7A33

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

Shades of Meteor #BA7A33

Tints of Meteor #BA7A33

Color information

#BA7A33 (or 0xBA7A33) is unknown color: approx Meteor. HEX triplet: BA, 7A and 33. RGB value is (186,122,51). Sum of RGB (Red+Green+Blue) = 186+122+51=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A33 is #4585CC. Grayscale: #858585. Windows color (decimal): -4556237 or 3373754. OLE color: 3373754.

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

Color convert

RGB18612251-
CMYK00.340.730.27
HSL31.56º56.96%46.47%-
HSV(B)31.56º72.58%72.94%-
XYZ27.8124.66.41-
YUV133.0481.7165.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=51.81%
G=33.98%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861225100.340.730.2731.5656.9646.47
HexBA7A33022491B20392e
Octal2721726304211133407156
Binary1011101011110101100110100010100100111011100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A33; }

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

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

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

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

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

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

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

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