#BA7638

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

Shades of Meteor #BA7638

Tints of Meteor #BA7638

Color information

#BA7638 (or 0xBA7638) is unknown color: approx Meteor. HEX triplet: BA, 76 and 38. RGB value is (186,118,56). Sum of RGB (Red+Green+Blue) = 186+118+56=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7638 is #4589C7. Grayscale: #838383. Windows color (decimal): -4557256 or 3700410. OLE color: 3700410.

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

Color convert

RGB18611856-
CMYK00.370.700.27
HSL28.62º53.72%47.45%-
HSV(B)28.62º69.89%72.94%-
XYZ27.4423.686.87-
YUV131.2685.53167.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=51.67%
G=32.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861185600.370.700.2728.6253.7247.45
HexBA7638025461B1d362f
Octal2721667004510633356657
Binary101110101110110111000010010110001101101111101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7638; }

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

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

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

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

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

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

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

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