Html Css Color HEX #BC5736 Smoke Tree

📋 copy color: '#BC5736'

red 188 ◦ green 87 ◦ blue 54

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

Shades of Smoke Tree #BC5736

Tints of Smoke Tree #BC5736

RGB

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

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

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

R = 57.14%
G = 26.44%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC5736 (or 0xBC5736) is known color: Smoke Tree. HEX triplet: BC, 57 and 36. RGB value is (188,87,54). Sum of RGB (Red+Green+Blue) = 188+87+54=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5736 is #43A8C9. Grayscale: #717171. Windows color (decimal): -4434122 or 3561404. OLE color: 3561404.

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

Color convert

RGB 188 87 54 -
CMYK 0 0.54 0.71 0.26
HSL 14.78º 0.55% 0.47% -
HSV(B) 14.78º 0.71% 0.74% -
XYZ 24.81 17.77 5.61 -
YUV 113.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 188 87 54 0 0.54 0.71 0.26 14.78 0.55 0.47
Hex BC 57 36 0 36 47 1A F 37 2F
Octal 274 127 66 0 66 107 32 17 67 57
Binary 10111100 1010111 110110 0 110110 1000111 11010 1111 110111 101111

Color Harmonies of #BC5736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5736

Black with #BC5736

Text Example


Text Example

White with #BC5736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5736; }

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

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

background-color css

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

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

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

border-color css

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

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

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