Html Css Color HEX #BA5A36 Smoke Tree

📋 copy color: '#BA5A36'

red 186 ◦ green 90 ◦ blue 54

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

Shades of Smoke Tree #BA5A36

Tints of Smoke Tree #BA5A36

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 56.36%
G = 27.27%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA5A36 (or 0xBA5A36) is known color: Smoke Tree. HEX triplet: BA, 5A and 36. RGB value is (186,90,54). Sum of RGB (Red+Green+Blue) = 186+90+54=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A36 is #45A5C9. Grayscale: #727272. Windows color (decimal): -4564426 or 3562170. OLE color: 3562170.

HSL color Cylindrical-coordinate representation of color #BA5A36: hue angle of 16.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA5A36 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 54 -
CMYK 0 0.52 0.71 0.27
HSL 16.36º 0.55% 0.47% -
HSV(B) 16.36º 0.71% 0.73% -
XYZ 24.57 18.02 5.67 -
YUV 114.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 186 90 54 0 0.52 0.71 0.27 16.36 0.55 0.47
Hex BA 5A 36 0 34 47 1B 10 37 2F
Octal 272 132 66 0 64 107 33 20 67 57
Binary 10111010 1011010 110110 0 110100 1000111 11011 10000 110111 101111

Color Harmonies of #BA5A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A36

Black with #BA5A36

Text Example


Text Example

White with #BA5A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A36; }

 p { color: rgb(186,90,54); }

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

background-color css

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

 a { background-color: rgb(186,90,54); }

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

border-color css

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

 span { border-color: rgb(186,90,54); }

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