Html Css Color HEX #BA573B Smoke Tree

📋 copy color: '#BA573B'

red 186 ◦ green 87 ◦ blue 59

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

Shades of Smoke Tree #BA573B

Tints of Smoke Tree #BA573B

RGB

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

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

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

R = 56.02%
G = 26.2%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA573B (or 0xBA573B) is known color: Smoke Tree. HEX triplet: BA, 57 and 3B. RGB value is (186,87,59). Sum of RGB (Red+Green+Blue) = 186+87+59=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573B is #45A8C4. Grayscale: #717171. Windows color (decimal): -4565189 or 3889082. OLE color: 3889082.

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

Color convert

RGB 186 87 59 -
CMYK 0 0.53 0.68 0.27
HSL 13.23º 0.52% 0.48% -
HSV(B) 13.23º 0.68% 0.73% -
XYZ 24.45 17.57 6.24 -
YUV 113.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 186 87 59 0 0.53 0.68 0.27 13.23 0.52 0.48
Hex BA 57 3B 0 35 44 1B D 34 30
Octal 272 127 73 0 65 104 33 15 64 60
Binary 10111010 1010111 111011 0 110101 1000100 11011 1101 110100 110000

Color Harmonies of #BA573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA573B

Black with #BA573B

Text Example


Text Example

White with #BA573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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