#BA7234

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

Shades of Meteor #BA7234

Tints of Meteor #BA7234

Color information

#BA7234 (or 0xBA7234) is unknown color: approx Meteor. HEX triplet: BA, 72 and 34. RGB value is (186,114,52). Sum of RGB (Red+Green+Blue) = 186+114+52=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7234 is #458DCB. Grayscale: #808080. Windows color (decimal): -4558284 or 3437242. OLE color: 3437242.

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

Color convert

RGB18611452-
CMYK00.390.720.27
HSL27.76º56.3%46.67%-
HSV(B)27.76º72.04%72.94%-
XYZ26.8922.726.22-
YUV128.4684.85169.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=52.84%
G=32.39%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861145200.390.720.2727.7656.346.67
HexBA7234027481B1c382f
Octal2721626404711033347057
Binary101110101110010110100010011110010001101111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7234; }

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

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

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

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

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

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

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

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