#BA7533

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

Shades of Meteor #BA7533

Tints of Meteor #BA7533

Color information

#BA7533 (or 0xBA7533) is unknown color: approx Meteor. HEX triplet: BA, 75 and 33. RGB value is (186,117,51). Sum of RGB (Red+Green+Blue) = 186+117+51=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7533 is #458ACC. Grayscale: #828282. Windows color (decimal): -4557517 or 3372474. OLE color: 3372474.

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

Color convert

RGB18611751-
CMYK00.370.730.27
HSL29.33º56.96%46.47%-
HSV(B)29.33º72.58%72.94%-
XYZ27.2123.46.21-
YUV130.1183.36167.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=52.54%
G=33.05%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861175100.370.730.2729.3356.9646.47
HexBA7533025491B1d392e
Octal2721656304511133357156
Binary101110101110101110011010010110010011101111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7533; }

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

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

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

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

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

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

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

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