Html Css Color HEX #BC5939 Smoke Tree

📋 copy color: '#BC5939'

red 188 ◦ green 89 ◦ blue 57

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

Shades of Smoke Tree #BC5939

Tints of Smoke Tree #BC5939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 56.29%
G = 26.65%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC5939 (or 0xBC5939) is known color: Smoke Tree. HEX triplet: BC, 59 and 39. RGB value is (188,89,57). Sum of RGB (Red+Green+Blue) = 188+89+57=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5939 is #43A6C6. Grayscale: #737373. Windows color (decimal): -4433607 or 3758524. OLE color: 3758524.

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

Color convert

RGB 188 89 57 -
CMYK 0 0.53 0.70 0.26
HSL 14.66º 0.53% 0.48% -
HSV(B) 14.66º 0.7% 0.74% -
XYZ 25.05 18.13 6.05 -
YUV 114.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 188 89 57 0 0.53 0.70 0.26 14.66 0.53 0.48
Hex BC 59 39 0 35 46 1A F 35 30
Octal 274 131 71 0 65 106 32 17 65 60
Binary 10111100 1011001 111001 0 110101 1000110 11010 1111 110101 110000

Color Harmonies of #BC5939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5939

Black with #BC5939

Text Example


Text Example

White with #BC5939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5939; }

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

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

background-color css

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

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

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

border-color css

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

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

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