Html Css Color HEX #BA5631 Smoke Tree

📋 copy color: '#BA5631'

red 186 ◦ green 86 ◦ blue 49

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

Shades of Smoke Tree #BA5631

Tints of Smoke Tree #BA5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 57.94%
G = 26.79%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5631 (or 0xBA5631) is known color: Smoke Tree. HEX triplet: BA, 56 and 31. RGB value is (186,86,49). Sum of RGB (Red+Green+Blue) = 186+86+49=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5631 is #45A9CE. Grayscale: #6F6F6F. Windows color (decimal): -4565455 or 3233466. OLE color: 3233466.

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

Color convert

RGB 186 86 49 -
CMYK 0 0.54 0.74 0.27
HSL 16.2º 0.58% 0.46% -
HSV(B) 16.2º 0.74% 0.73% -
XYZ 24.13 17.32 4.98 -
YUV 111.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 186 86 49 0 0.54 0.74 0.27 16.2 0.58 0.46
Hex BA 56 31 0 36 4A 1B 10 3A 2E
Octal 272 126 61 0 66 112 33 20 72 56
Binary 10111010 1010110 110001 0 110110 1001010 11011 10000 111010 101110

Color Harmonies of #BA5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5631

Black with #BA5631

Text Example


Text Example

White with #BA5631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5631; }

 p { color: rgb(186,86,49); }

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

background-color css

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

 a { background-color: rgb(186,86,49); }

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

border-color css

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

 span { border-color: rgb(186,86,49); }

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