Html Css Color HEX #BC6439 Smoke Tree

📋 copy color: '#BC6439'

red 188 ◦ green 100 ◦ blue 57

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

Shades of Smoke Tree #BC6439

Tints of Smoke Tree #BC6439

RGB

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

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

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

R = 54.49%
G = 28.99%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6439 (or 0xBC6439) is known color: Smoke Tree. HEX triplet: BC, 64 and 39. RGB value is (188,100,57). Sum of RGB (Red+Green+Blue) = 188+100+57=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6439 is #439BC6. Grayscale: #797979. Windows color (decimal): -4430791 or 3761340. OLE color: 3761340.

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

Color convert

RGB 188 100 57 -
CMYK 0 0.47 0.70 0.26
HSL 19.69º 0.53% 0.48% -
HSV(B) 19.69º 0.7% 0.74% -
XYZ 26.03 20.1 6.38 -
YUV 121.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 188 100 57 0 0.47 0.70 0.26 19.69 0.53 0.48
Hex BC 64 39 0 2F 46 1A 14 35 30
Octal 274 144 71 0 57 106 32 24 65 60
Binary 10111100 1100100 111001 0 101111 1000110 11010 10100 110101 110000

Color Harmonies of #BC6439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6439

Black with #BC6439

Text Example


Text Example

White with #BC6439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6439; }

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

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

background-color css

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

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

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

border-color css

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

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

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