Html Css Color HEX #BC6438 Smoke Tree

📋 copy color: '#BC6438'

red 188 ◦ green 100 ◦ blue 56

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

Shades of Smoke Tree #BC6438

Tints of Smoke Tree #BC6438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 54.65%
G = 29.07%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6438 (or 0xBC6438) is known color: Smoke Tree. HEX triplet: BC, 64 and 38. RGB value is (188,100,56). Sum of RGB (Red+Green+Blue) = 188+100+56=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6438 is #439BC7. Grayscale: #797979. Windows color (decimal): -4430792 or 3695804. OLE color: 3695804.

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

Color convert

RGB 188 100 56 -
CMYK 0 0.47 0.70 0.26
HSL 20º 0.54% 0.48% -
HSV(B) 20º 0.7% 0.74% -
XYZ 26.01 20.09 6.25 -
YUV 121.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 188 100 56 0 0.47 0.70 0.26 20 0.54 0.48
Hex BC 64 38 0 2F 46 1A 14 36 30
Octal 274 144 70 0 57 106 32 24 66 60
Binary 10111100 1100100 111000 0 101111 1000110 11010 10100 110110 110000

Color Harmonies of #BC6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6438

Black with #BC6438

Text Example


Text Example

White with #BC6438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6438; }

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

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

background-color css

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

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

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

border-color css

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

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

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