Html Css Color HEX #BA5730 Smoke Tree

📋 copy color: '#BA5730'

red 186 ◦ green 87 ◦ blue 48

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

Shades of Smoke Tree #BA5730

Tints of Smoke Tree #BA5730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 57.94%
G = 27.1%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5730 (or 0xBA5730) is known color: Smoke Tree. HEX triplet: BA, 57 and 30. RGB value is (186,87,48). Sum of RGB (Red+Green+Blue) = 186+87+48=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5730 is #45A8CF. Grayscale: #707070. Windows color (decimal): -4565200 or 3168186. OLE color: 3168186.

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

Color convert

RGB 186 87 48 -
CMYK 0 0.53 0.74 0.27
HSL 16.96º 0.59% 0.46% -
HSV(B) 16.96º 0.74% 0.73% -
XYZ 24.19 17.47 4.89 -
YUV 112.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 186 87 48 0 0.53 0.74 0.27 16.96 0.59 0.46
Hex BA 57 30 0 35 4A 1B 11 3B 2E
Octal 272 127 60 0 65 112 33 21 73 56
Binary 10111010 1010111 110000 0 110101 1001010 11011 10001 111011 101110

Color Harmonies of #BA5730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5730

Black with #BA5730

Text Example


Text Example

White with #BA5730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5730; }

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

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

background-color css

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

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

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

border-color css

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

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

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