Html Css Color HEX #BA5F38 Smoke Tree

📋 copy color: '#BA5F38'

red 186 ◦ green 95 ◦ blue 56

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

Shades of Smoke Tree #BA5F38

Tints of Smoke Tree #BA5F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 55.19%
G = 28.19%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5F38 (or 0xBA5F38) is known color: Smoke Tree. HEX triplet: BA, 5F and 38. RGB value is (186,95,56). Sum of RGB (Red+Green+Blue) = 186+95+56=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F38 is #45A0C7. Grayscale: #767676. Windows color (decimal): -4563144 or 3694522. OLE color: 3694522.

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

Color convert

RGB 186 95 56 -
CMYK 0 0.49 0.70 0.27
HSL 18º 0.54% 0.47% -
HSV(B) 18º 0.7% 0.73% -
XYZ 25.06 18.91 6.07 -
YUV 117.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 186 95 56 0 0.49 0.70 0.27 18 0.54 0.47
Hex BA 5F 38 0 31 46 1B 12 36 2F
Octal 272 137 70 0 61 106 33 22 66 57
Binary 10111010 1011111 111000 0 110001 1000110 11011 10010 110110 101111

Color Harmonies of #BA5F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F38

Black with #BA5F38

Text Example


Text Example

White with #BA5F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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