Html Css Color HEX #BC5937 Smoke Tree

📋 copy color: '#BC5937'

red 188 ◦ green 89 ◦ blue 55

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

Shades of Smoke Tree #BC5937

Tints of Smoke Tree #BC5937

RGB

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

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

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

R = 56.63%
G = 26.81%
B = 16.57%

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

#BC5937 (or 0xBC5937) is known color: Smoke Tree. HEX triplet: BC, 59 and 37. RGB value is (188,89,55). Sum of RGB (Red+Green+Blue) = 188+89+55=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5937 is #43A6C8. Grayscale: #727272. Windows color (decimal): -4433609 or 3627452. OLE color: 3627452.

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

Color convert

RGB 188 89 55 -
CMYK 0 0.53 0.71 0.26
HSL 15.34º 0.55% 0.48% -
HSV(B) 15.34º 0.71% 0.74% -
XYZ 25 18.11 5.79 -
YUV 114.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 188 89 55 0 0.53 0.71 0.26 15.34 0.55 0.48
Hex BC 59 37 0 35 47 1A F 37 30
Octal 274 131 67 0 65 107 32 17 67 60
Binary 10111100 1011001 110111 0 110101 1000111 11010 1111 110111 110000

Color Harmonies of #BC5937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5937

Black with #BC5937

Text Example


Text Example

White with #BC5937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5937; }

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

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

background-color css

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

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

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

border-color css

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

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

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