Html Css Color HEX #BA5D36 Smoke Tree

📋 copy color: '#BA5D36'

red 186 ◦ green 93 ◦ blue 54

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

Shades of Smoke Tree #BA5D36

Tints of Smoke Tree #BA5D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 55.86%
G = 27.93%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA5D36 (or 0xBA5D36) is known color: Smoke Tree. HEX triplet: BA, 5D and 36. RGB value is (186,93,54). Sum of RGB (Red+Green+Blue) = 186+93+54=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D36 is #45A2C9. Grayscale: #747474. Windows color (decimal): -4563658 or 3562938. OLE color: 3562938.

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

Color convert

RGB 186 93 54 -
CMYK 0 0.5 0.71 0.27
HSL 17.73º 0.55% 0.47% -
HSV(B) 17.73º 0.71% 0.73% -
XYZ 24.83 18.53 5.76 -
YUV 116.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 186 93 54 0 0.5 0.71 0.27 17.73 0.55 0.47
Hex BA 5D 36 0 32 47 1B 12 37 2F
Octal 272 135 66 0 62 107 33 22 67 57
Binary 10111010 1011101 110110 0 110010 1000111 11011 10010 110111 101111

Color Harmonies of #BA5D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D36

Black with #BA5D36

Text Example


Text Example

White with #BA5D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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