#BA7639

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

Shades of Meteor #BA7639

Tints of Meteor #BA7639

Color information

#BA7639 (or 0xBA7639) is unknown color: approx Meteor. HEX triplet: BA, 76 and 39. RGB value is (186,118,57). Sum of RGB (Red+Green+Blue) = 186+118+57=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7639 is #4589C6. Grayscale: #838383. Windows color (decimal): -4557255 or 3765946. OLE color: 3765946.

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

Color convert

RGB18611857-
CMYK00.370.690.27
HSL28.37º53.09%47.65%-
HSV(B)28.37º69.35%72.94%-
XYZ27.4723.697-
YUV131.3886.03166.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=51.52%
G=32.69%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861185700.370.690.2728.3753.0947.65
HexBA7639025451B1c3530
Octal2721667104510533346560
Binary101110101110110111001010010110001011101111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7639; }

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

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

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

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

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

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

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

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