#BA6133

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

Shades of Smoke Tree #BA6133

Tints of Smoke Tree #BA6133

Color information

#BA6133 (or 0xBA6133) is unknown color: approx Smoke Tree. HEX triplet: BA, 61 and 33. RGB value is (186,97,51). Sum of RGB (Red+Green+Blue) = 186+97+51=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6133 is #459ECC. Grayscale: #767676. Windows color (decimal): -4562637 or 3367354. OLE color: 3367354.

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

Color convert

RGB1869751-
CMYK00.480.730.27
HSL20.44º56.96%46.47%-
HSV(B)20.44º72.58%72.94%-
XYZ25.1219.235.52-
YUV118.3789.99176.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=55.69%
G=29.04%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186975100.480.730.2720.4456.9646.47
HexBA6133030491B14392e
Octal2721416306011133247156
Binary101110101100001110011011000010010011101110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6133; }

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

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

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

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

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

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

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

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