Html Css Color HEX #BC6541 Smoke Tree

📋 copy color: '#BC6541'

red 188 ◦ green 101 ◦ blue 65

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

Shades of Smoke Tree #BC6541

Tints of Smoke Tree #BC6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 53.11%
G = 28.53%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC6541 (or 0xBC6541) is known color: Smoke Tree. HEX triplet: BC, 65 and 41. RGB value is (188,101,65). Sum of RGB (Red+Green+Blue) = 188+101+65=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6541 is #439ABE. Grayscale: #7B7B7B. Windows color (decimal): -4430527 or 4285884. OLE color: 4285884.

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

Color convert

RGB 188 101 65 -
CMYK 0 0.46 0.65 0.26
HSL 17.56º 0.49% 0.5% -
HSV(B) 17.56º 0.65% 0.74% -
XYZ 26.35 20.38 7.55 -
YUV 122.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 188 101 65 0 0.46 0.65 0.26 17.56 0.49 0.5
Hex BC 65 41 0 2E 41 1A 12 31 32
Octal 274 145 101 0 56 101 32 22 61 62
Binary 10111100 1100101 1000001 0 101110 1000001 11010 10010 110001 110010

Color Harmonies of #BC6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6541

Black with #BC6541

Text Example


Text Example

White with #BC6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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