Html Css Color HEX #BC5737 Smoke Tree

📋 copy color: '#BC5737'

red 188 ◦ green 87 ◦ blue 55

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

Shades of Smoke Tree #BC5737

Tints of Smoke Tree #BC5737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 56.97%
G = 26.36%
B = 16.67%

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

#BC5737 (or 0xBC5737) is known color: Smoke Tree. HEX triplet: BC, 57 and 37. RGB value is (188,87,55). Sum of RGB (Red+Green+Blue) = 188+87+55=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5737 is #43A8C8. Grayscale: #717171. Windows color (decimal): -4434121 or 3626940. OLE color: 3626940.

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

Color convert

RGB 188 87 55 -
CMYK 0 0.54 0.71 0.26
HSL 14.44º 0.55% 0.48% -
HSV(B) 14.44º 0.71% 0.74% -
XYZ 24.84 17.78 5.74 -
YUV 113.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 188 87 55 0 0.54 0.71 0.26 14.44 0.55 0.48
Hex BC 57 37 0 36 47 1A E 37 30
Octal 274 127 67 0 66 107 32 16 67 60
Binary 10111100 1010111 110111 0 110110 1000111 11010 1110 110111 110000

Color Harmonies of #BC5737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5737

Black with #BC5737

Text Example


Text Example

White with #BC5737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5737; }

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

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

background-color css

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

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

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

border-color css

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

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

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