#BA762F

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

Shades of Meteor #BA762F

Tints of Meteor #BA762F

Color information

#BA762F (or 0xBA762F) is unknown color: approx Meteor. HEX triplet: BA, 76 and 2F. RGB value is (186,118,47). Sum of RGB (Red+Green+Blue) = 186+118+47=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA762F is #4589D0. Grayscale: #828282. Windows color (decimal): -4557265 or 3110586. OLE color: 3110586.

HSL color Cylindrical-coordinate representation of color #BA762F: hue angle of 30.65º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA762F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18611847-
CMYK00.370.750.27
HSL30.65º59.66%45.69%-
HSV(B)30.65º74.73%72.94%-
XYZ27.2423.65.81-
YUV130.2481.03167.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 47 (18.75% from 255) = 13.39%
R=52.99%
G=33.62%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861184700.370.750.2730.6559.6645.69
HexBA762F0254B1B1f3c2e
Octal2721665704511333377456
Binary101110101110110101111010010110010111101111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA762F; }

 p { color: rgb(186,118,47); }

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

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

 a { background-color: rgb(186,118,47); }

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

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

 span { border-color: rgb(186,118,47); }

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