Html Css Color HEX #BA5836 Smoke Tree

📋 copy color: '#BA5836'

red 186 ◦ green 88 ◦ blue 54

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

Shades of Smoke Tree #BA5836

Tints of Smoke Tree #BA5836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 56.71%
G = 26.83%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA5836 (or 0xBA5836) is known color: Smoke Tree. HEX triplet: BA, 58 and 36. RGB value is (186,88,54). Sum of RGB (Red+Green+Blue) = 186+88+54=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5836 is #45A7C9. Grayscale: #717171. Windows color (decimal): -4564938 or 3561658. OLE color: 3561658.

HSL color Cylindrical-coordinate representation of color #BA5836: hue angle of 15.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA5836 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 54 -
CMYK 0 0.53 0.71 0.27
HSL 15.45º 0.55% 0.47% -
HSV(B) 15.45º 0.71% 0.73% -
XYZ 24.41 17.68 5.62 -
YUV 113.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 186 88 54 0 0.53 0.71 0.27 15.45 0.55 0.47
Hex BA 58 36 0 35 47 1B F 37 2F
Octal 272 130 66 0 65 107 33 17 67 57
Binary 10111010 1011000 110110 0 110101 1000111 11011 1111 110111 101111

Color Harmonies of #BA5836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5836

Black with #BA5836

Text Example


Text Example

White with #BA5836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5836; }

 p { color: rgb(186,88,54); }

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

background-color css

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

 a { background-color: rgb(186,88,54); }

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

border-color css

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

 span { border-color: rgb(186,88,54); }

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