Html Css Color HEX #BA5736 Smoke Tree

📋 copy color: '#BA5736'

red 186 ◦ green 87 ◦ blue 54

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

Shades of Smoke Tree #BA5736

Tints of Smoke Tree #BA5736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 56.88%
G = 26.61%
B = 16.51%

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

#BA5736 (or 0xBA5736) is known color: Smoke Tree. HEX triplet: BA, 57 and 36. RGB value is (186,87,54). Sum of RGB (Red+Green+Blue) = 186+87+54=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5736 is #45A8C9. Grayscale: #717171. Windows color (decimal): -4565194 or 3561402. OLE color: 3561402.

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

Color convert

RGB 186 87 54 -
CMYK 0 0.53 0.71 0.27
HSL 15º 0.55% 0.47% -
HSV(B) 15º 0.71% 0.73% -
XYZ 24.32 17.52 5.59 -
YUV 112.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 186 87 54 0 0.53 0.71 0.27 15 0.55 0.47
Hex BA 57 36 0 35 47 1B F 37 2F
Octal 272 127 66 0 65 107 33 17 67 57
Binary 10111010 1010111 110110 0 110101 1000111 11011 1111 110111 101111

Color Harmonies of #BA5736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5736

Black with #BA5736

Text Example


Text Example

White with #BA5736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5736; }

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

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

background-color css

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

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

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

border-color css

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

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

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