Html Css Color HEX #BA5D38 Smoke Tree

📋 copy color: '#BA5D38'

red 186 ◦ green 93 ◦ blue 56

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

Shades of Smoke Tree #BA5D38

Tints of Smoke Tree #BA5D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 55.52%
G = 27.76%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5D38 (or 0xBA5D38) is known color: Smoke Tree. HEX triplet: BA, 5D and 38. RGB value is (186,93,56). Sum of RGB (Red+Green+Blue) = 186+93+56=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D38 is #45A2C7. Grayscale: #747474. Windows color (decimal): -4563656 or 3694010. OLE color: 3694010.

HSL color Cylindrical-coordinate representation of color #BA5D38: hue angle of 17.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5D38 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 56 -
CMYK 0 0.5 0.70 0.27
HSL 17.08º 0.54% 0.47% -
HSV(B) 17.08º 0.7% 0.73% -
XYZ 24.88 18.55 6.01 -
YUV 116.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 186 93 56 0 0.5 0.70 0.27 17.08 0.54 0.47
Hex BA 5D 38 0 32 46 1B 11 36 2F
Octal 272 135 70 0 62 106 33 21 66 57
Binary 10111010 1011101 111000 0 110010 1000110 11011 10001 110110 101111

Color Harmonies of #BA5D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D38

Black with #BA5D38

Text Example


Text Example

White with #BA5D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D38; }

 p { color: rgb(186,93,56); }

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

background-color css

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

 a { background-color: rgb(186,93,56); }

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

border-color css

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

 span { border-color: rgb(186,93,56); }

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