#BA7636

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

Shades of Meteor #BA7636

Tints of Meteor #BA7636

Color information

#BA7636 (or 0xBA7636) is unknown color: approx Meteor. HEX triplet: BA, 76 and 36. RGB value is (186,118,54). Sum of RGB (Red+Green+Blue) = 186+118+54=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7636 is #4589C9. Grayscale: #838383. Windows color (decimal): -4557258 or 3569338. OLE color: 3569338.

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

Color convert

RGB18611854-
CMYK00.370.710.27
HSL29.09º55%47.06%-
HSV(B)29.09º70.97%72.94%-
XYZ27.3923.666.61-
YUV131.0484.53167.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=51.96%
G=32.96%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861185400.370.710.2729.095547.06
HexBA7636025471B1d372f
Octal2721666604510733356757
Binary101110101110110110110010010110001111101111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7636; }

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

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

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

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

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

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

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

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