Html Css Color HEX #BA6032 Smoke Tree

📋 copy color: '#BA6032'

red 186 ◦ green 96 ◦ blue 50

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

Shades of Smoke Tree #BA6032

Tints of Smoke Tree #BA6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 56.02%
G = 28.92%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA6032 (or 0xBA6032) is known color: Smoke Tree. HEX triplet: BA, 60 and 32. RGB value is (186,96,50). Sum of RGB (Red+Green+Blue) = 186+96+50=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6032 is #459FCD. Grayscale: #757575. Windows color (decimal): -4562894 or 3301562. OLE color: 3301562.

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

Color convert

RGB 186 96 50 -
CMYK 0 0.48 0.73 0.27
HSL 20.29º 0.58% 0.46% -
HSV(B) 20.29º 0.73% 0.73% -
XYZ 25.01 19.04 5.37 -
YUV 117.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 186 96 50 0 0.48 0.73 0.27 20.29 0.58 0.46
Hex BA 60 32 0 30 49 1B 14 3A 2E
Octal 272 140 62 0 60 111 33 24 72 56
Binary 10111010 1100000 110010 0 110000 1001001 11011 10100 111010 101110

Color Harmonies of #BA6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6032

Black with #BA6032

Text Example


Text Example

White with #BA6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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