Html Css Color HEX #BC6240 Smoke Tree

📋 copy color: '#BC6240'

red 188 ◦ green 98 ◦ blue 64

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

Shades of Smoke Tree #BC6240

Tints of Smoke Tree #BC6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 53.71%
G = 28%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6240 (or 0xBC6240) is known color: Smoke Tree. HEX triplet: BC, 62 and 40. RGB value is (188,98,64). Sum of RGB (Red+Green+Blue) = 188+98+64=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6240 is #439DBF. Grayscale: #797979. Windows color (decimal): -4431296 or 4219580. OLE color: 4219580.

HSL color Cylindrical-coordinate representation of color #BC6240: hue angle of 16.45º 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 #BC6240 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 64 -
CMYK 0 0.48 0.66 0.26
HSL 16.45º 0.49% 0.49% -
HSV(B) 16.45º 0.66% 0.74% -
XYZ 26.03 19.8 7.3 -
YUV 121.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 188 98 64 0 0.48 0.66 0.26 16.45 0.49 0.49
Hex BC 62 40 0 30 42 1A 10 31 31
Octal 274 142 100 0 60 102 32 20 61 61
Binary 10111100 1100010 1000000 0 110000 1000010 11010 10000 110001 110001

Color Harmonies of #BC6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6240

Black with #BC6240

Text Example


Text Example

White with #BC6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6240; }

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

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

background-color css

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

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

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

border-color css

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

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

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