#BA722B

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

Shades of Meteor #BA722B

Tints of Meteor #BA722B

Color information

#BA722B (or 0xBA722B) is unknown color: approx Meteor. HEX triplet: BA, 72 and 2B. RGB value is (186,114,43). Sum of RGB (Red+Green+Blue) = 186+114+43=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA722B is #458DD4. Grayscale: #7F7F7F. Windows color (decimal): -4558293 or 2847418. OLE color: 2847418.

HSL color Cylindrical-coordinate representation of color #BA722B: hue angle of 29.79º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA722B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18611443-
CMYK00.390.770.27
HSL29.79º62.45%44.9%-
HSV(B)29.79º76.88%72.94%-
XYZ26.722.655.25-
YUV127.4380.35169.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=54.23%
G=33.24%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861144300.390.770.2729.7962.4544.9
HexBA722B0274D1B1e3e2d
Octal2721625304711533367655
Binary101110101110010101011010011110011011101111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA722B; }

 p { color: rgb(186,114,43); }

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

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

 a { background-color: rgb(186,114,43); }

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

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

 span { border-color: rgb(186,114,43); }

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