Html Css Color HEX #BC6336 Smoke Tree

📋 copy color: '#BC6336'

red 188 ◦ green 99 ◦ blue 54

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

Shades of Smoke Tree #BC6336

Tints of Smoke Tree #BC6336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 55.13%
G = 29.03%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6336 (or 0xBC6336) is known color: Smoke Tree. HEX triplet: BC, 63 and 36. RGB value is (188,99,54). Sum of RGB (Red+Green+Blue) = 188+99+54=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6336 is #439CC9. Grayscale: #787878. Windows color (decimal): -4431050 or 3564476. OLE color: 3564476.

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

Color convert

RGB 188 99 54 -
CMYK 0 0.47 0.71 0.26
HSL 20.15º 0.55% 0.47% -
HSV(B) 20.15º 0.71% 0.74% -
XYZ 25.87 19.88 5.96 -
YUV 120.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 188 99 54 0 0.47 0.71 0.26 20.15 0.55 0.47
Hex BC 63 36 0 2F 47 1A 14 37 2F
Octal 274 143 66 0 57 107 32 24 67 57
Binary 10111100 1100011 110110 0 101111 1000111 11010 10100 110111 101111

Color Harmonies of #BC6336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6336

Black with #BC6336

Text Example


Text Example

White with #BC6336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6336; }

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

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

background-color css

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

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

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

border-color css

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

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

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