#BA7233

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

Shades of Meteor #BA7233

Tints of Meteor #BA7233

Color information

#BA7233 (or 0xBA7233) is unknown color: approx Meteor. HEX triplet: BA, 72 and 33. RGB value is (186,114,51). Sum of RGB (Red+Green+Blue) = 186+114+51=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7233 is #458DCC. Grayscale: #808080. Windows color (decimal): -4558285 or 3371706. OLE color: 3371706.

HSL color Cylindrical-coordinate representation of color #BA7233: hue angle of 28º 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 #BA7233 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18611451-
CMYK00.390.730.27
HSL28º56.96%46.47%-
HSV(B)28º72.58%72.94%-
XYZ26.8622.716.1-
YUV128.3584.35169.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 51 (20.31% from 255) = 14.53%
R=52.99%
G=32.48%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861145100.390.730.272856.9646.47
HexBA7233027491B1c392e
Octal2721626304711133347156
Binary101110101110010110011010011110010011101111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7233; }

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

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

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

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

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

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

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

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