#BA7934

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

Shades of Meteor #BA7934

Tints of Meteor #BA7934

Color information

#BA7934 (or 0xBA7934) is unknown color: approx Meteor. HEX triplet: BA, 79 and 34. RGB value is (186,121,52). Sum of RGB (Red+Green+Blue) = 186+121+52=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7934 is #4586CB. Grayscale: #848484. Windows color (decimal): -4556492 or 3439034. OLE color: 3439034.

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

Color convert

RGB18612152-
CMYK00.350.720.27
HSL30.9º56.3%46.67%-
HSV(B)30.9º72.04%72.94%-
XYZ27.7124.366.49-
YUV132.5782.53166.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=51.81%
G=33.70%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861215200.350.720.2730.956.346.67
HexBA7934023481B1f382f
Octal2721716404311033377057
Binary101110101111001110100010001110010001101111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7934; }

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

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

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

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

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

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

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

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