#BA7634

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

Shades of Meteor #BA7634

Tints of Meteor #BA7634

Color information

#BA7634 (or 0xBA7634) is unknown color: approx Meteor. HEX triplet: BA, 76 and 34. RGB value is (186,118,52). Sum of RGB (Red+Green+Blue) = 186+118+52=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7634 is #4589CB. Grayscale: #838383. Windows color (decimal): -4557260 or 3438266. OLE color: 3438266.

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

Color convert

RGB18611852-
CMYK00.370.720.27
HSL29.55º56.3%46.67%-
HSV(B)29.55º72.04%72.94%-
XYZ27.3523.646.37-
YUV130.8183.53167.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 52 (20.70% from 255) = 14.61%
R=52.25%
G=33.15%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861185200.370.720.2729.5556.346.67
HexBA7634025481B1e382f
Octal2721666404511033367057
Binary101110101110110110100010010110010001101111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7634; }

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

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

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

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

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

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

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

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