Html Css Color HEX #BA5535 Smoke Tree

📋 copy color: '#BA5535'

red 186 ◦ green 85 ◦ blue 53

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

Shades of Smoke Tree #BA5535

Tints of Smoke Tree #BA5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 57.41%
G = 26.23%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5535 (or 0xBA5535) is known color: Smoke Tree. HEX triplet: BA, 55 and 35. RGB value is (186,85,53). Sum of RGB (Red+Green+Blue) = 186+85+53=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5535 is #45AACA. Grayscale: #6F6F6F. Windows color (decimal): -4565707 or 3495354. OLE color: 3495354.

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

Color convert

RGB 186 85 53 -
CMYK 0 0.54 0.72 0.27
HSL 14.44º 0.56% 0.47% -
HSV(B) 14.44º 0.72% 0.73% -
XYZ 24.14 17.19 5.41 -
YUV 111.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 186 85 53 0 0.54 0.72 0.27 14.44 0.56 0.47
Hex BA 55 35 0 36 48 1B E 38 2F
Octal 272 125 65 0 66 110 33 16 70 57
Binary 10111010 1010101 110101 0 110110 1001000 11011 1110 111000 101111

Color Harmonies of #BA5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5535

Black with #BA5535

Text Example


Text Example

White with #BA5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5535; }

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

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

background-color css

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

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

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

border-color css

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

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

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