Html Css Color HEX #BA5B32 Smoke Tree

📋 copy color: '#BA5B32'

red 186 ◦ green 91 ◦ blue 50

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

Shades of Smoke Tree #BA5B32

Tints of Smoke Tree #BA5B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 56.88%
G = 27.83%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5B32 (or 0xBA5B32) is known color: Smoke Tree. HEX triplet: BA, 5B and 32. RGB value is (186,91,50). Sum of RGB (Red+Green+Blue) = 186+91+50=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B32 is #45A4CD. Grayscale: #727272. Windows color (decimal): -4564174 or 3300282. OLE color: 3300282.

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

Color convert

RGB 186 91 50 -
CMYK 0 0.51 0.73 0.27
HSL 18.09º 0.58% 0.46% -
HSV(B) 18.09º 0.73% 0.73% -
XYZ 24.57 18.15 5.23 -
YUV 114.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 186 91 50 0 0.51 0.73 0.27 18.09 0.58 0.46
Hex BA 5B 32 0 33 49 1B 12 3A 2E
Octal 272 133 62 0 63 111 33 22 72 56
Binary 10111010 1011011 110010 0 110011 1001001 11011 10010 111010 101110

Color Harmonies of #BA5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B32

Black with #BA5B32

Text Example


Text Example

White with #BA5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B32; }

 p { color: rgb(186,91,50); }

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

background-color css

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

 a { background-color: rgb(186,91,50); }

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

border-color css

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

 span { border-color: rgb(186,91,50); }

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