Html Css Color HEX #BA5E35 Smoke Tree

📋 copy color: '#BA5E35'

red 186 ◦ green 94 ◦ blue 53

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

Shades of Smoke Tree #BA5E35

Tints of Smoke Tree #BA5E35

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 55.86%
G = 28.23%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5E35 (or 0xBA5E35) is known color: Smoke Tree. HEX triplet: BA, 5E and 35. RGB value is (186,94,53). Sum of RGB (Red+Green+Blue) = 186+94+53=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E35 is #45A1CA. Grayscale: #757575. Windows color (decimal): -4563403 or 3497658. OLE color: 3497658.

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

Color convert

RGB 186 94 53 -
CMYK 0 0.49 0.72 0.27
HSL 18.5º 0.56% 0.47% -
HSV(B) 18.5º 0.72% 0.73% -
XYZ 24.9 18.7 5.67 -
YUV 116.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 186 94 53 0 0.49 0.72 0.27 18.5 0.56 0.47
Hex BA 5E 35 0 31 48 1B 12 38 2F
Octal 272 136 65 0 61 110 33 22 70 57
Binary 10111010 1011110 110101 0 110001 1001000 11011 10010 111000 101111

Color Harmonies of #BA5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E35

Black with #BA5E35

Text Example


Text Example

White with #BA5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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