#BA713B

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

Shades of Meteor #BA713B

Tints of Meteor #BA713B

Color information

#BA713B (or 0xBA713B) is unknown color: approx Meteor. HEX triplet: BA, 71 and 3B. RGB value is (186,113,59). Sum of RGB (Red+Green+Blue) = 186+113+59=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA713B is #458EC4. Grayscale: #808080. Windows color (decimal): -4558533 or 3895738. OLE color: 3895738.

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

Color convert

RGB18611359-
CMYK00.390.680.27
HSL25.51º51.84%48.04%-
HSV(B)25.51º68.28%72.94%-
XYZ26.9422.577.07-
YUV128.6788.68168.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 59 (23.44% from 255) = 16.48%
R=51.96%
G=31.56%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861135900.390.680.2725.5151.8448.04
HexBA713B027441B1a3430
Octal2721617304710433326460
Binary101110101110001111011010011110001001101111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA713B; }

 p { color: rgb(186,113,59); }

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

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

 a { background-color: rgb(186,113,59); }

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

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

 span { border-color: rgb(186,113,59); }

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