Html Css Color HEX #BA5732 Smoke Tree

📋 copy color: '#BA5732'

red 186 ◦ green 87 ◦ blue 50

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

Shades of Smoke Tree #BA5732

Tints of Smoke Tree #BA5732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 57.59%
G = 26.93%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5732 (or 0xBA5732) is known color: Smoke Tree. HEX triplet: BA, 57 and 32. RGB value is (186,87,50). Sum of RGB (Red+Green+Blue) = 186+87+50=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5732 is #45A8CD. Grayscale: #707070. Windows color (decimal): -4565198 or 3299258. OLE color: 3299258.

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

Color convert

RGB 186 87 50 -
CMYK 0 0.53 0.73 0.27
HSL 16.32º 0.58% 0.46% -
HSV(B) 16.32º 0.73% 0.73% -
XYZ 24.23 17.49 5.12 -
YUV 112.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 186 87 50 0 0.53 0.73 0.27 16.32 0.58 0.46
Hex BA 57 32 0 35 49 1B 10 3A 2E
Octal 272 127 62 0 65 111 33 20 72 56
Binary 10111010 1010111 110010 0 110101 1001001 11011 10000 111010 101110

Color Harmonies of #BA5732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5732

Black with #BA5732

Text Example


Text Example

White with #BA5732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5732; }

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

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

background-color css

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

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

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

border-color css

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

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

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