Html Css Color HEX #BA5E2D Smoke Tree

📋 copy color: '#BA5E2D'

red 186 ◦ green 94 ◦ blue 45

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

Shades of Smoke Tree #BA5E2D

Tints of Smoke Tree #BA5E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 57.23%
G = 28.92%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA5E2D (or 0xBA5E2D) is known color: Smoke Tree. HEX triplet: BA, 5E and 2D. RGB value is (186,94,45). Sum of RGB (Red+Green+Blue) = 186+94+45=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E2D is #45A1D2. Grayscale: #747474. Windows color (decimal): -4563411 or 2973370. OLE color: 2973370.

HSL color Cylindrical-coordinate representation of color #BA5E2D: hue angle of 20.85º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA5E2D is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 45 -
CMYK 0 0.49 0.76 0.27
HSL 20.85º 0.61% 0.45% -
HSV(B) 20.85º 0.76% 0.73% -
XYZ 24.73 18.63 4.78 -
YUV 115.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 186 94 45 0 0.49 0.76 0.27 20.85 0.61 0.45
Hex BA 5E 2D 0 31 4C 1B 15 3D 2D
Octal 272 136 55 0 61 114 33 25 75 55
Binary 10111010 1011110 101101 0 110001 1001100 11011 10101 111101 101101

Color Harmonies of #BA5E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E2D

Black with #BA5E2D

Text Example


Text Example

White with #BA5E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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