Html Css Color HEX #BC5936 Smoke Tree

📋 copy color: '#BC5936'

red 188 ◦ green 89 ◦ blue 54

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

Shades of Smoke Tree #BC5936

Tints of Smoke Tree #BC5936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 56.8%
G = 26.89%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC5936 (or 0xBC5936) is known color: Smoke Tree. HEX triplet: BC, 59 and 36. RGB value is (188,89,54). Sum of RGB (Red+Green+Blue) = 188+89+54=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5936 is #43A6C9. Grayscale: #727272. Windows color (decimal): -4433610 or 3561916. OLE color: 3561916.

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

Color convert

RGB 188 89 54 -
CMYK 0 0.53 0.71 0.26
HSL 15.67º 0.55% 0.47% -
HSV(B) 15.67º 0.71% 0.74% -
XYZ 24.98 18.1 5.67 -
YUV 114.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 188 89 54 0 0.53 0.71 0.26 15.67 0.55 0.47
Hex BC 59 36 0 35 47 1A 10 37 2F
Octal 274 131 66 0 65 107 32 20 67 57
Binary 10111100 1011001 110110 0 110101 1000111 11010 10000 110111 101111

Color Harmonies of #BC5936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5936

Black with #BC5936

Text Example


Text Example

White with #BC5936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5936; }

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

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

background-color css

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

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

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

border-color css

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

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

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