Html Css Color HEX #BA6132 Smoke Tree

📋 copy color: '#BA6132'

red 186 ◦ green 97 ◦ blue 50

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

Shades of Smoke Tree #BA6132

Tints of Smoke Tree #BA6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 55.86%
G = 29.13%
B = 15.02%

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

#BA6132 (or 0xBA6132) is known color: Smoke Tree. HEX triplet: BA, 61 and 32. RGB value is (186,97,50). Sum of RGB (Red+Green+Blue) = 186+97+50=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6132 is #459ECD. Grayscale: #767676. Windows color (decimal): -4562638 or 3301818. OLE color: 3301818.

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

Color convert

RGB 186 97 50 -
CMYK 0 0.48 0.73 0.27
HSL 20.74º 0.58% 0.46% -
HSV(B) 20.74º 0.73% 0.73% -
XYZ 25.1 19.22 5.4 -
YUV 118.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 186 97 50 0 0.48 0.73 0.27 20.74 0.58 0.46
Hex BA 61 32 0 30 49 1B 15 3A 2E
Octal 272 141 62 0 60 111 33 25 72 56
Binary 10111010 1100001 110010 0 110000 1001001 11011 10101 111010 101110

Color Harmonies of #BA6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6132

Black with #BA6132

Text Example


Text Example

White with #BA6132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6132; }

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

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

background-color css

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

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

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

border-color css

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

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

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