#BA772F

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

Shades of Meteor #BA772F

Tints of Meteor #BA772F

Color information

#BA772F (or 0xBA772F) is unknown color: approx Meteor. HEX triplet: BA, 77 and 2F. RGB value is (186,119,47). Sum of RGB (Red+Green+Blue) = 186+119+47=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772F is #4588D0. Grayscale: #838383. Windows color (decimal): -4557009 or 3110842. OLE color: 3110842.

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

Color convert

RGB18611947-
CMYK00.360.750.27
HSL31.08º59.66%45.69%-
HSV(B)31.08º74.73%72.94%-
XYZ27.3623.845.85-
YUV130.8280.7167.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=52.84%
G=33.81%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861194700.360.750.2731.0859.6645.69
HexBA772F0244B1B1f3c2e
Octal2721675704411333377456
Binary101110101110111101111010010010010111101111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA772F; }

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

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

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

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

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

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

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

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