Html Css Color HEX #BA5A2D Smoke Tree

📋 copy color: '#BA5A2D'

red 186 ◦ green 90 ◦ blue 45

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

Shades of Smoke Tree #BA5A2D

Tints of Smoke Tree #BA5A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 57.94%
G = 28.04%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA5A2D (or 0xBA5A2D) is known color: Smoke Tree. HEX triplet: BA, 5A and 2D. RGB value is (186,90,45). Sum of RGB (Red+Green+Blue) = 186+90+45=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A2D is #45A5D2. Grayscale: #717171. Windows color (decimal): -4564435 or 2972346. OLE color: 2972346.

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

Color convert

RGB 186 90 45 -
CMYK 0 0.52 0.76 0.27
HSL 19.15º 0.61% 0.45% -
HSV(B) 19.15º 0.76% 0.73% -
XYZ 24.38 17.94 4.66 -
YUV 113.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 186 90 45 0 0.52 0.76 0.27 19.15 0.61 0.45
Hex BA 5A 2D 0 34 4C 1B 13 3D 2D
Octal 272 132 55 0 64 114 33 23 75 55
Binary 10111010 1011010 101101 0 110100 1001100 11011 10011 111101 101101

Color Harmonies of #BA5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A2D

Black with #BA5A2D

Text Example


Text Example

White with #BA5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A2D; }

 p { color: rgb(186,90,45); }

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

background-color css

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

 a { background-color: rgb(186,90,45); }

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

border-color css

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

 span { border-color: rgb(186,90,45); }

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