Html Css Color HEX #BA5835 Smoke Tree

📋 copy color: '#BA5835'

red 186 ◦ green 88 ◦ blue 53

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

Shades of Smoke Tree #BA5835

Tints of Smoke Tree #BA5835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 56.88%
G = 26.91%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5835 (or 0xBA5835) is known color: Smoke Tree. HEX triplet: BA, 58 and 35. RGB value is (186,88,53). Sum of RGB (Red+Green+Blue) = 186+88+53=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5835 is #45A7CA. Grayscale: #717171. Windows color (decimal): -4564939 or 3496122. OLE color: 3496122.

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

Color convert

RGB 186 88 53 -
CMYK 0 0.53 0.72 0.27
HSL 15.79º 0.56% 0.47% -
HSV(B) 15.79º 0.72% 0.73% -
XYZ 24.38 17.68 5.49 -
YUV 113.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 186 88 53 0 0.53 0.72 0.27 15.79 0.56 0.47
Hex BA 58 35 0 35 48 1B 10 38 2F
Octal 272 130 65 0 65 110 33 20 70 57
Binary 10111010 1011000 110101 0 110101 1001000 11011 10000 111000 101111

Color Harmonies of #BA5835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5835

Black with #BA5835

Text Example


Text Example

White with #BA5835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5835; }

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

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

background-color css

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

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

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

border-color css

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

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

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