Html Css Color HEX #BA5F3F Smoke Tree

📋 copy color: '#BA5F3F'

red 186 ◦ green 95 ◦ blue 63

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

Shades of Smoke Tree #BA5F3F

Tints of Smoke Tree #BA5F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.31%

R = 54.07%
G = 27.62%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA5F3F (or 0xBA5F3F) is known color: Smoke Tree. HEX triplet: BA, 5F and 3F. RGB value is (186,95,63). Sum of RGB (Red+Green+Blue) = 186+95+63=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F3F is #45A0C0. Grayscale: #767676. Windows color (decimal): -4563137 or 4153274. OLE color: 4153274.

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

Color convert

RGB 186 95 63 -
CMYK 0 0.49 0.66 0.27
HSL 15.61º 0.49% 0.49% -
HSV(B) 15.61º 0.66% 0.73% -
XYZ 25.24 18.98 7.04 -
YUV 118.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 186 95 63 0 0.49 0.66 0.27 15.61 0.49 0.49
Hex BA 5F 3F 0 31 42 1B 10 31 31
Octal 272 137 77 0 61 102 33 20 61 61
Binary 10111010 1011111 111111 0 110001 1000010 11011 10000 110001 110001

Color Harmonies of #BA5F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F3F

Black with #BA5F3F

Text Example


Text Example

White with #BA5F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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