#ba6c28

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

Shades of Meteor #BA6C28

Tints of Meteor #BA6C28

Color information

#BA6C28 (or 0xBA6C28) is unknown color: approx Meteor. HEX triplet: BA, 6C and 28. RGB value is (186,108,40). Sum of RGB (Red+Green+Blue) = 186+108+40=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C28 is #4593D7. Grayscale: #7B7B7B. Windows color (decimal): -4559832 or 2649274. OLE color: 2649274.

HSL color Cylindrical-coordinate representation of color #BA6C28: hue angle of 27.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6C28 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18610840-
CMYK00.420.780.27
HSL27.95º64.6%44.31%-
HSV(B)27.95º78.49%72.94%-
XYZ2621.324.75-
YUV123.5780.84172.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 40 (16.02% from 255) = 11.98%
R=55.69%
G=32.34%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861084000.420.780.2727.9564.644.31
HexBA6C2802A4E1B1c412c
Octal27215450052116333410154
Binary1011101011011001010000101010100111011011111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6c28; }

 p { color: rgb(186,108,40); }

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

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

 a { background-color: rgb(186,108,40); }

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

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

 span { border-color: rgb(186,108,40); }

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