Html Css Color HEX #BC5731 Smoke Tree

📋 copy color: '#BC5731'

red 188 ◦ green 87 ◦ blue 49

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

Shades of Smoke Tree #BC5731

Tints of Smoke Tree #BC5731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 58.02%
G = 26.85%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5731 (or 0xBC5731) is known color: Smoke Tree. HEX triplet: BC, 57 and 31. RGB value is (188,87,49). Sum of RGB (Red+Green+Blue) = 188+87+49=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5731 is #43A8CE. Grayscale: #717171. Windows color (decimal): -4434127 or 3233724. OLE color: 3233724.

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

Color convert

RGB 188 87 49 -
CMYK 0 0.54 0.74 0.26
HSL 16.4º 0.59% 0.46% -
HSV(B) 16.4º 0.74% 0.74% -
XYZ 24.7 17.73 5.03 -
YUV 112.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 188 87 49 0 0.54 0.74 0.26 16.4 0.59 0.46
Hex BC 57 31 0 36 4A 1A 10 3B 2E
Octal 274 127 61 0 66 112 32 20 73 56
Binary 10111100 1010111 110001 0 110110 1001010 11010 10000 111011 101110

Color Harmonies of #BC5731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5731

Black with #BC5731

Text Example


Text Example

White with #BC5731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5731; }

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

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

background-color css

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

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

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

border-color css

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

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

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