Html Css Color HEX #BC6639 Smoke Tree

📋 copy color: '#BC6639'

red 188 ◦ green 102 ◦ blue 57

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

Shades of Smoke Tree #BC6639

Tints of Smoke Tree #BC6639

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 54.18%
G = 29.39%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6639 (or 0xBC6639) is known color: Smoke Tree. HEX triplet: BC, 66 and 39. RGB value is (188,102,57). Sum of RGB (Red+Green+Blue) = 188+102+57=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6639 is #4399C6. Grayscale: #7A7A7A. Windows color (decimal): -4430279 or 3761852. OLE color: 3761852.

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

Color convert

RGB 188 102 57 -
CMYK 0 0.46 0.70 0.26
HSL 20.61º 0.53% 0.48% -
HSV(B) 20.61º 0.7% 0.74% -
XYZ 26.23 20.49 6.44 -
YUV 122.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 188 102 57 0 0.46 0.70 0.26 20.61 0.53 0.48
Hex BC 66 39 0 2E 46 1A 15 35 30
Octal 274 146 71 0 56 106 32 25 65 60
Binary 10111100 1100110 111001 0 101110 1000110 11010 10101 110101 110000

Color Harmonies of #BC6639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6639

Black with #BC6639

Text Example


Text Example

White with #BC6639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6639; }

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

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

background-color css

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

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

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

border-color css

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

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

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