#BA5F30

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

Shades of Smoke Tree #BA5F30

Tints of Smoke Tree #BA5F30

Color information

#BA5F30 (or 0xBA5F30) is unknown color: approx Smoke Tree. HEX triplet: BA, 5F and 30. RGB value is (186,95,48). Sum of RGB (Red+Green+Blue) = 186+95+48=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F30 is #45A0CF. Grayscale: #757575. Windows color (decimal): -4563152 or 3170234. OLE color: 3170234.

HSL color Cylindrical-coordinate representation of color #BA5F30: hue angle of 20.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5F30 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1869548-
CMYK00.490.740.27
HSL20.43º58.97%45.88%-
HSV(B)20.43º74.19%72.94%-
XYZ24.8818.845.12-
YUV116.8589.15177.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=56.53%
G=28.88%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186954800.490.740.2720.4358.9745.88
HexBA5F300314A1B143b2e
Octal2721376006111233247356
Binary101110101011111110000011000110010101101110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F30; }

 p { color: rgb(186,95,48); }

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

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

 a { background-color: rgb(186,95,48); }

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

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

 span { border-color: rgb(186,95,48); }

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