#BA7534

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

Shades of Meteor #BA7534

Tints of Meteor #BA7534

Color information

#BA7534 (or 0xBA7534) is unknown color: approx Meteor. HEX triplet: BA, 75 and 34. RGB value is (186,117,52). Sum of RGB (Red+Green+Blue) = 186+117+52=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7534 is #458ACB. Grayscale: #828282. Windows color (decimal): -4557516 or 3438010. OLE color: 3438010.

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

Color convert

RGB18611752-
CMYK00.370.720.27
HSL29.1º56.3%46.67%-
HSV(B)29.1º72.04%72.94%-
XYZ27.2323.416.33-
YUV130.2283.86167.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=52.39%
G=32.96%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861175200.370.720.2729.156.346.67
HexBA7534025481B1d382f
Octal2721656404511033357057
Binary101110101110101110100010010110010001101111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7534; }

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

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

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

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

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

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

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

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