Html Css Color HEX #BC5831 Smoke Tree

📋 copy color: '#BC5831'

red 188 ◦ green 88 ◦ blue 49

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

Shades of Smoke Tree #BC5831

Tints of Smoke Tree #BC5831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 57.85%
G = 27.08%
B = 15.08%

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

#BC5831 (or 0xBC5831) is known color: Smoke Tree. HEX triplet: BC, 58 and 31. RGB value is (188,88,49). Sum of RGB (Red+Green+Blue) = 188+88+49=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5831 is #43A7CE. Grayscale: #717171. Windows color (decimal): -4433871 or 3233980. OLE color: 3233980.

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

Color convert

RGB 188 88 49 -
CMYK 0 0.53 0.74 0.26
HSL 16.83º 0.59% 0.46% -
HSV(B) 16.83º 0.74% 0.74% -
XYZ 24.78 17.89 5.05 -
YUV 113.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 188 88 49 0 0.53 0.74 0.26 16.83 0.59 0.46
Hex BC 58 31 0 35 4A 1A 11 3B 2E
Octal 274 130 61 0 65 112 32 21 73 56
Binary 10111100 1011000 110001 0 110101 1001010 11010 10001 111011 101110

Color Harmonies of #BC5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5831

Black with #BC5831

Text Example


Text Example

White with #BC5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5831; }

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

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

background-color css

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

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

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

border-color css

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

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

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