Html Css Color HEX #BC6036 Smoke Tree

📋 copy color: '#BC6036'

red 188 ◦ green 96 ◦ blue 54

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

Shades of Smoke Tree #BC6036

Tints of Smoke Tree #BC6036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 55.62%
G = 28.4%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6036 (or 0xBC6036) is known color: Smoke Tree. HEX triplet: BC, 60 and 36. RGB value is (188,96,54). Sum of RGB (Red+Green+Blue) = 188+96+54=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6036 is #439FC9. Grayscale: #767676. Windows color (decimal): -4431818 or 3563708. OLE color: 3563708.

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

Color convert

RGB 188 96 54 -
CMYK 0 0.49 0.71 0.26
HSL 18.81º 0.55% 0.47% -
HSV(B) 18.81º 0.71% 0.74% -
XYZ 25.59 19.32 5.87 -
YUV 118.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 188 96 54 0 0.49 0.71 0.26 18.81 0.55 0.47
Hex BC 60 36 0 31 47 1A 13 37 2F
Octal 274 140 66 0 61 107 32 23 67 57
Binary 10111100 1100000 110110 0 110001 1000111 11010 10011 110111 101111

Color Harmonies of #BC6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6036

Black with #BC6036

Text Example


Text Example

White with #BC6036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6036; }

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

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

background-color css

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

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

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

border-color css

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

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

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