Html Css Color HEX #BC6638 Smoke Tree

📋 copy color: '#BC6638'

red 188 ◦ green 102 ◦ blue 56

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

Shades of Smoke Tree #BC6638

Tints of Smoke Tree #BC6638

RGB

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

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

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

R = 54.34%
G = 29.48%
B = 16.18%

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

#BC6638 (or 0xBC6638) is known color: Smoke Tree. HEX triplet: BC, 66 and 38. RGB value is (188,102,56). Sum of RGB (Red+Green+Blue) = 188+102+56=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6638 is #4399C7. Grayscale: #7A7A7A. Windows color (decimal): -4430280 or 3696316. OLE color: 3696316.

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

Color convert

RGB 188 102 56 -
CMYK 0 0.46 0.70 0.26
HSL 20.91º 0.54% 0.48% -
HSV(B) 20.91º 0.7% 0.74% -
XYZ 26.2 20.48 6.31 -
YUV 122.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 188 102 56 0 0.46 0.70 0.26 20.91 0.54 0.48
Hex BC 66 38 0 2E 46 1A 15 36 30
Octal 274 146 70 0 56 106 32 25 66 60
Binary 10111100 1100110 111000 0 101110 1000110 11010 10101 110110 110000

Color Harmonies of #BC6638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6638

Black with #BC6638

Text Example


Text Example

White with #BC6638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6638; }

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

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

background-color css

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

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

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

border-color css

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

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

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