Html Css Color HEX #BA5F2F Smoke Tree

📋 copy color: '#BA5F2F'

red 186 ◦ green 95 ◦ blue 47

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

Shades of Smoke Tree #BA5F2F

Tints of Smoke Tree #BA5F2F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 56.71%
G = 28.96%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA5F2F (or 0xBA5F2F) is known color: Smoke Tree. HEX triplet: BA, 5F and 2F. RGB value is (186,95,47). Sum of RGB (Red+Green+Blue) = 186+95+47=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F2F is #45A0D0. Grayscale: #757575. Windows color (decimal): -4563153 or 3104698. OLE color: 3104698.

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

Color convert

RGB 186 95 47 -
CMYK 0 0.49 0.75 0.27
HSL 20.72º 0.6% 0.46% -
HSV(B) 20.72º 0.75% 0.73% -
XYZ 24.86 18.83 5.01 -
YUV 116.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 186 95 47 0 0.49 0.75 0.27 20.72 0.6 0.46
Hex BA 5F 2F 0 31 4B 1B 15 3C 2E
Octal 272 137 57 0 61 113 33 25 74 56
Binary 10111010 1011111 101111 0 110001 1001011 11011 10101 111100 101110

Color Harmonies of #BA5F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F2F

Black with #BA5F2F

Text Example


Text Example

White with #BA5F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F2F; }

 p { color: rgb(186,95,47); }

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

background-color css

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

 a { background-color: rgb(186,95,47); }

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

border-color css

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

 span { border-color: rgb(186,95,47); }

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