Html Css Color HEX #BA5932 Smoke Tree

📋 copy color: '#BA5932'

red 186 ◦ green 89 ◦ blue 50

#BA5932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BA5932

Tints of Smoke Tree #BA5932

RGB

 RED value IS 186 (73.05% from 255) = 57.23%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 57.23%
G = 27.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5932 (or 0xBA5932) is known color: Smoke Tree. HEX triplet: BA, 59 and 32. RGB value is (186,89,50). Sum of RGB (Red+Green+Blue) = 186+89+50=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5932 is #45A6CD. Grayscale: #717171. Windows color (decimal): -4564686 or 3299770. OLE color: 3299770.

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

Color convert

RGB 186 89 50 -
CMYK 0 0.52 0.73 0.27
HSL 17.21º 0.58% 0.46% -
HSV(B) 17.21º 0.73% 0.73% -
XYZ 24.4 17.81 5.17 -
YUV 113.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 186 89 50 0 0.52 0.73 0.27 17.21 0.58 0.46
Hex BA 59 32 0 34 49 1B 11 3A 2E
Octal 272 131 62 0 64 111 33 21 72 56
Binary 10111010 1011001 110010 0 110100 1001001 11011 10001 111010 101110

Color Harmonies of #BA5932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5932

Black with #BA5932

Text Example


Text Example

White with #BA5932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5932; }

 p { color: rgb(186,89,50); }

 H1.HeaderClassName
 {
   color: #BA5932;
 }
 .AnyTagClassName
 {
   color: #BA5932;
 }
</style>

background-color css

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

 a { background-color: rgb(186,89,50); }

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

border-color css

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

 span { border-color: rgb(186,89,50); }

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