Html Css Color HEX #BA5D2B Smoke Tree

📋 copy color: '#BA5D2B'

red 186 ◦ green 93 ◦ blue 43

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

Shades of Smoke Tree #BA5D2B

Tints of Smoke Tree #BA5D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 57.76%
G = 28.88%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA5D2B (or 0xBA5D2B) is known color: Smoke Tree. HEX triplet: BA, 5D and 2B. RGB value is (186,93,43). Sum of RGB (Red+Green+Blue) = 186+93+43=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D2B is #45A2D4. Grayscale: #737373. Windows color (decimal): -4563669 or 2842042. OLE color: 2842042.

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

Color convert

RGB 186 93 43 -
CMYK 0 0.5 0.77 0.27
HSL 20.98º 0.62% 0.45% -
HSV(B) 20.98º 0.77% 0.73% -
XYZ 24.6 18.44 4.55 -
YUV 115.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 186 93 43 0 0.5 0.77 0.27 20.98 0.62 0.45
Hex BA 5D 2B 0 32 4D 1B 15 3E 2D
Octal 272 135 53 0 62 115 33 25 76 55
Binary 10111010 1011101 101011 0 110010 1001101 11011 10101 111110 101101

Color Harmonies of #BA5D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D2B

Black with #BA5D2B

Text Example


Text Example

White with #BA5D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D2B; }

 p { color: rgb(186,93,43); }

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

background-color css

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

 a { background-color: rgb(186,93,43); }

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

border-color css

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

 span { border-color: rgb(186,93,43); }

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