Html Css Color HEX #BA5E33 Smoke Tree

📋 copy color: '#BA5E33'

red 186 ◦ green 94 ◦ blue 51

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

Shades of Smoke Tree #BA5E33

Tints of Smoke Tree #BA5E33

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 51 (20.31% from 255) = 15.41%

R = 56.19%
G = 28.4%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5E33 (or 0xBA5E33) is known color: Smoke Tree. HEX triplet: BA, 5E and 33. RGB value is (186,94,51). Sum of RGB (Red+Green+Blue) = 186+94+51=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E33 is #45A1CC. Grayscale: #747474. Windows color (decimal): -4563405 or 3366586. OLE color: 3366586.

HSL color Cylindrical-coordinate representation of color #BA5E33: hue angle of 19.11º degrees, saturation: 0.57, 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 #BA5E33 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 51 -
CMYK 0 0.49 0.73 0.27
HSL 19.11º 0.57% 0.46% -
HSV(B) 19.11º 0.73% 0.73% -
XYZ 24.85 18.68 5.43 -
YUV 116.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 186 94 51 0 0.49 0.73 0.27 19.11 0.57 0.46
Hex BA 5E 33 0 31 49 1B 13 39 2E
Octal 272 136 63 0 61 111 33 23 71 56
Binary 10111010 1011110 110011 0 110001 1001001 11011 10011 111001 101110

Color Harmonies of #BA5E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E33

Black with #BA5E33

Text Example


Text Example

White with #BA5E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E33; }

 p { color: rgb(186,94,51); }

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

background-color css

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

 a { background-color: rgb(186,94,51); }

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

border-color css

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

 span { border-color: rgb(186,94,51); }

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