Html Css Color HEX #BC6039 Smoke Tree

📋 copy color: '#BC6039'

red 188 ◦ green 96 ◦ blue 57

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

Shades of Smoke Tree #BC6039

Tints of Smoke Tree #BC6039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 55.13%
G = 28.15%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6039 (or 0xBC6039) is known color: Smoke Tree. HEX triplet: BC, 60 and 39. RGB value is (188,96,57). Sum of RGB (Red+Green+Blue) = 188+96+57=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6039 is #439FC6. Grayscale: #777777. Windows color (decimal): -4431815 or 3760316. OLE color: 3760316.

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

Color convert

RGB 188 96 57 -
CMYK 0 0.49 0.70 0.26
HSL 17.86º 0.53% 0.48% -
HSV(B) 17.86º 0.7% 0.74% -
XYZ 25.66 19.35 6.25 -
YUV 119.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 188 96 57 0 0.49 0.70 0.26 17.86 0.53 0.48
Hex BC 60 39 0 31 46 1A 12 35 30
Octal 274 140 71 0 61 106 32 22 65 60
Binary 10111100 1100000 111001 0 110001 1000110 11010 10010 110101 110000

Color Harmonies of #BC6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6039

Black with #BC6039

Text Example


Text Example

White with #BC6039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6039; }

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

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

background-color css

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

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

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

border-color css

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

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

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