#BA7835

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

Shades of Meteor #BA7835

Tints of Meteor #BA7835

Color information

#BA7835 (or 0xBA7835) is unknown color: approx Meteor. HEX triplet: BA, 78 and 35. RGB value is (186,120,53). Sum of RGB (Red+Green+Blue) = 186+120+53=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7835 is #4587CA. Grayscale: #848484. Windows color (decimal): -4556747 or 3504314. OLE color: 3504314.

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

Color convert

RGB18612053-
CMYK00.350.720.27
HSL30.23º55.65%46.86%-
HSV(B)30.23º71.51%72.94%-
XYZ27.6124.136.57-
YUV132.183.37166.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=51.81%
G=33.43%
B=14.76%

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
Decimal1861205300.350.720.2730.2355.6546.86
HexBA7835023481B1e382f
Octal2721706504311033367057
Binary101110101111000110101010001110010001101111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7835; }

 p { color: rgb(186,120,53); }

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

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

 a { background-color: rgb(186,120,53); }

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

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

 span { border-color: rgb(186,120,53); }

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