Html Css Color HEX #BA593B Smoke Tree

📋 copy color: '#BA593B'

red 186 ◦ green 89 ◦ blue 59

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

Shades of Smoke Tree #BA593B

Tints of Smoke Tree #BA593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 55.69%
G = 26.65%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA593B (or 0xBA593B) is known color: Smoke Tree. HEX triplet: BA, 59 and 3B. RGB value is (186,89,59). Sum of RGB (Red+Green+Blue) = 186+89+59=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA593B is #45A6C4. Grayscale: #727272. Windows color (decimal): -4564677 or 3889594. OLE color: 3889594.

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

Color convert

RGB 186 89 59 -
CMYK 0 0.52 0.68 0.27
HSL 14.17º 0.52% 0.48% -
HSV(B) 14.17º 0.68% 0.73% -
XYZ 24.61 17.9 6.3 -
YUV 114.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 186 89 59 0 0.52 0.68 0.27 14.17 0.52 0.48
Hex BA 59 3B 0 34 44 1B E 34 30
Octal 272 131 73 0 64 104 33 16 64 60
Binary 10111010 1011001 111011 0 110100 1000100 11011 1110 110100 110000

Color Harmonies of #BA593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA593B

Black with #BA593B

Text Example


Text Example

White with #BA593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA593B; }

 p { color: rgb(186,89,59); }

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

background-color css

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

 a { background-color: rgb(186,89,59); }

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

border-color css

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

 span { border-color: rgb(186,89,59); }

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