#BA7633

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

Shades of Meteor #BA7633

Tints of Meteor #BA7633

Color information

#BA7633 (or 0xBA7633) is unknown color: approx Meteor. HEX triplet: BA, 76 and 33. RGB value is (186,118,51). Sum of RGB (Red+Green+Blue) = 186+118+51=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7633 is #4589CC. Grayscale: #838383. Windows color (decimal): -4557261 or 3372730. OLE color: 3372730.

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

Color convert

RGB18611851-
CMYK00.370.730.27
HSL29.78º56.96%46.47%-
HSV(B)29.78º72.58%72.94%-
XYZ27.3323.636.25-
YUV130.6983.03167.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=52.39%
G=33.24%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861185100.370.730.2729.7856.9646.47
HexBA7633025491B1e392e
Octal2721666304511133367156
Binary101110101110110110011010010110010011101111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7633; }

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

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

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

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

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

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

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

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