Html Css Color HEX #BC6441 Smoke Tree

📋 copy color: '#BC6441'

red 188 ◦ green 100 ◦ blue 65

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

Shades of Smoke Tree #BC6441

Tints of Smoke Tree #BC6441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 53.26%
G = 28.33%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC6441 (or 0xBC6441) is known color: Smoke Tree. HEX triplet: BC, 64 and 41. RGB value is (188,100,65). Sum of RGB (Red+Green+Blue) = 188+100+65=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6441 is #439BBE. Grayscale: #7A7A7A. Windows color (decimal): -4430783 or 4285628. OLE color: 4285628.

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

Color convert

RGB 188 100 65 -
CMYK 0 0.47 0.65 0.26
HSL 17.07º 0.49% 0.5% -
HSV(B) 17.07º 0.65% 0.74% -
XYZ 26.25 20.19 7.51 -
YUV 122.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 188 100 65 0 0.47 0.65 0.26 17.07 0.49 0.5
Hex BC 64 41 0 2F 41 1A 11 31 32
Octal 274 144 101 0 57 101 32 21 61 62
Binary 10111100 1100100 1000001 0 101111 1000001 11010 10001 110001 110010

Color Harmonies of #BC6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6441

Black with #BC6441

Text Example


Text Example

White with #BC6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6441; }

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

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

background-color css

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

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

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

border-color css

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

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

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