Html Css Color HEX #BA5C31 Smoke Tree

📋 copy color: '#BA5C31'

red 186 ◦ green 92 ◦ blue 49

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

Shades of Smoke Tree #BA5C31

Tints of Smoke Tree #BA5C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 56.88%
G = 28.13%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5C31 (or 0xBA5C31) is known color: Smoke Tree. HEX triplet: BA, 5C and 31. RGB value is (186,92,49). Sum of RGB (Red+Green+Blue) = 186+92+49=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C31 is #45A3CE. Grayscale: #737373. Windows color (decimal): -4563919 or 3235002. OLE color: 3235002.

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

Color convert

RGB 186 92 49 -
CMYK 0 0.51 0.74 0.27
HSL 18.83º 0.58% 0.46% -
HSV(B) 18.83º 0.74% 0.73% -
XYZ 24.63 18.32 5.14 -
YUV 115.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 186 92 49 0 0.51 0.74 0.27 18.83 0.58 0.46
Hex BA 5C 31 0 33 4A 1B 13 3A 2E
Octal 272 134 61 0 63 112 33 23 72 56
Binary 10111010 1011100 110001 0 110011 1001010 11011 10011 111010 101110

Color Harmonies of #BA5C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C31

Black with #BA5C31

Text Example


Text Example

White with #BA5C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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