Html Css Color HEX #BC6537 Smoke Tree

📋 copy color: '#BC6537'

red 188 ◦ green 101 ◦ blue 55

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

Shades of Smoke Tree #BC6537

Tints of Smoke Tree #BC6537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 54.65%
G = 29.36%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6537 (or 0xBC6537) is known color: Smoke Tree. HEX triplet: BC, 65 and 37. RGB value is (188,101,55). Sum of RGB (Red+Green+Blue) = 188+101+55=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6537 is #439AC8. Grayscale: #7A7A7A. Windows color (decimal): -4430537 or 3630524. OLE color: 3630524.

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

Color convert

RGB 188 101 55 -
CMYK 0 0.46 0.71 0.26
HSL 20.75º 0.55% 0.48% -
HSV(B) 20.75º 0.71% 0.74% -
XYZ 26.08 20.27 6.15 -
YUV 121.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 188 101 55 0 0.46 0.71 0.26 20.75 0.55 0.48
Hex BC 65 37 0 2E 47 1A 15 37 30
Octal 274 145 67 0 56 107 32 25 67 60
Binary 10111100 1100101 110111 0 101110 1000111 11010 10101 110111 110000

Color Harmonies of #BC6537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6537

Black with #BC6537

Text Example


Text Example

White with #BC6537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6537; }

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

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

background-color css

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

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

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

border-color css

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

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

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