Html Css Color HEX #BC6840 Smoke Tree

📋 copy color: '#BC6840'

red 188 ◦ green 104 ◦ blue 64

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

Shades of Smoke Tree #BC6840

Tints of Smoke Tree #BC6840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 52.81%
G = 29.21%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6840 (or 0xBC6840) is known color: Smoke Tree. HEX triplet: BC, 68 and 40. RGB value is (188,104,64). Sum of RGB (Red+Green+Blue) = 188+104+64=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6840 is #4397BF. Grayscale: #7C7C7C. Windows color (decimal): -4429760 or 4221116. OLE color: 4221116.

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

Color convert

RGB 188 104 64 -
CMYK 0 0.45 0.66 0.26
HSL 19.35º 0.49% 0.49% -
HSV(B) 19.35º 0.66% 0.74% -
XYZ 26.61 20.96 7.49 -
YUV 124.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 188 104 64 0 0.45 0.66 0.26 19.35 0.49 0.49
Hex BC 68 40 0 2D 42 1A 13 31 31
Octal 274 150 100 0 55 102 32 23 61 61
Binary 10111100 1101000 1000000 0 101101 1000010 11010 10011 110001 110001

Color Harmonies of #BC6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6840

Black with #BC6840

Text Example


Text Example

White with #BC6840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6840; }

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

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

background-color css

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

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

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

border-color css

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

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

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