Html Css Color HEX #BC6131 Smoke Tree

📋 copy color: '#BC6131'

red 188 ◦ green 97 ◦ blue 49

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

Shades of Smoke Tree #BC6131

Tints of Smoke Tree #BC6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 56.29%
G = 29.04%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC6131 (or 0xBC6131) is known color: Smoke Tree. HEX triplet: BC, 61 and 31. RGB value is (188,97,49). Sum of RGB (Red+Green+Blue) = 188+97+49=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6131 is #439ECE. Grayscale: #777777. Windows color (decimal): -4431567 or 3236284. OLE color: 3236284.

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

Color convert

RGB 188 97 49 -
CMYK 0 0.48 0.74 0.26
HSL 20.72º 0.59% 0.46% -
HSV(B) 20.72º 0.74% 0.74% -
XYZ 25.57 19.46 5.31 -
YUV 118.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 188 97 49 0 0.48 0.74 0.26 20.72 0.59 0.46
Hex BC 61 31 0 30 4A 1A 15 3B 2E
Octal 274 141 61 0 60 112 32 25 73 56
Binary 10111100 1100001 110001 0 110000 1001010 11010 10101 111011 101110

Color Harmonies of #BC6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6131

Black with #BC6131

Text Example


Text Example

White with #BC6131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6131; }

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

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

background-color css

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

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

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

border-color css

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

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

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