Html Css Color HEX #BC6839 Smoke Tree

📋 copy color: '#BC6839'

red 188 ◦ green 104 ◦ blue 57

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

Shades of Smoke Tree #BC6839

Tints of Smoke Tree #BC6839

RGB

 RED value IS 188 (73.83% from 255) = 53.87%

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 57 (22.66% from 255) = 16.33%

R = 53.87%
G = 29.8%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6839 (or 0xBC6839) is known color: Smoke Tree. HEX triplet: BC, 68 and 39. RGB value is (188,104,57). Sum of RGB (Red+Green+Blue) = 188+104+57=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6839 is #4397C6. Grayscale: #7C7C7C. Windows color (decimal): -4429767 or 3762364. OLE color: 3762364.

HSL color Cylindrical-coordinate representation of color #BC6839: hue angle of 21.53º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC6839 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 57 -
CMYK 0 0.45 0.70 0.26
HSL 21.53º 0.53% 0.48% -
HSV(B) 21.53º 0.7% 0.74% -
XYZ 26.43 20.89 6.51 -
YUV 123.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 188 104 57 0 0.45 0.70 0.26 21.53 0.53 0.48
Hex BC 68 39 0 2D 46 1A 16 35 30
Octal 274 150 71 0 55 106 32 26 65 60
Binary 10111100 1101000 111001 0 101101 1000110 11010 10110 110101 110000

Color Harmonies of #BC6839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6839

Black with #BC6839

Text Example


Text Example

White with #BC6839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6839; }

 p { color: rgb(188,104,57); }

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

background-color css

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

 a { background-color: rgb(188,104,57); }

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

border-color css

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

 span { border-color: rgb(188,104,57); }

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