Html Css Color HEX #BA5C2F Smoke Tree

📋 copy color: '#BA5C2F'

red 186 ◦ green 92 ◦ blue 47

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

Shades of Smoke Tree #BA5C2F

Tints of Smoke Tree #BA5C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 57.23%
G = 28.31%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA5C2F (or 0xBA5C2F) is known color: Smoke Tree. HEX triplet: BA, 5C and 2F. RGB value is (186,92,47). Sum of RGB (Red+Green+Blue) = 186+92+47=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C2F is #45A3D0. Grayscale: #737373. Windows color (decimal): -4563921 or 3103930. OLE color: 3103930.

HSL color Cylindrical-coordinate representation of color #BA5C2F: hue angle of 19.42º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA5C2F is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 92 47 -
CMYK 0 0.51 0.75 0.27
HSL 19.42º 0.6% 0.46% -
HSV(B) 19.42º 0.75% 0.73% -
XYZ 24.59 18.3 4.93 -
YUV 114.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 186 92 47 0 0.51 0.75 0.27 19.42 0.6 0.46
Hex BA 5C 2F 0 33 4B 1B 13 3C 2E
Octal 272 134 57 0 63 113 33 23 74 56
Binary 10111010 1011100 101111 0 110011 1001011 11011 10011 111100 101110

Color Harmonies of #BA5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C2F

Black with #BA5C2F

Text Example


Text Example

White with #BA5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C2F; }

 p { color: rgb(186,92,47); }

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

background-color css

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

 a { background-color: rgb(186,92,47); }

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

border-color css

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

 span { border-color: rgb(186,92,47); }

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