Html Css Color HEX #BC5931 Smoke Tree

📋 copy color: '#BC5931'

red 188 ◦ green 89 ◦ blue 49

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

Shades of Smoke Tree #BC5931

Tints of Smoke Tree #BC5931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 57.67%
G = 27.3%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5931 (or 0xBC5931) is known color: Smoke Tree. HEX triplet: BC, 59 and 31. RGB value is (188,89,49). Sum of RGB (Red+Green+Blue) = 188+89+49=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5931 is #43A6CE. Grayscale: #727272. Windows color (decimal): -4433615 or 3234236. OLE color: 3234236.

HSL color Cylindrical-coordinate representation of color #BC5931: hue angle of 17.27º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5931 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 49 -
CMYK 0 0.53 0.74 0.26
HSL 17.27º 0.59% 0.46% -
HSV(B) 17.27º 0.74% 0.74% -
XYZ 24.87 18.06 5.08 -
YUV 114.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 188 89 49 0 0.53 0.74 0.26 17.27 0.59 0.46
Hex BC 59 31 0 35 4A 1A 11 3B 2E
Octal 274 131 61 0 65 112 32 21 73 56
Binary 10111100 1011001 110001 0 110101 1001010 11010 10001 111011 101110

Color Harmonies of #BC5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5931

Black with #BC5931

Text Example


Text Example

White with #BC5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5931; }

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

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

background-color css

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

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

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

border-color css

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

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

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