Html Css Color HEX #BC6237 Smoke Tree

📋 copy color: '#BC6237'

red 188 ◦ green 98 ◦ blue 55

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

Shades of Smoke Tree #BC6237

Tints of Smoke Tree #BC6237

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 55.13%
G = 28.74%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6237 (or 0xBC6237) is known color: Smoke Tree. HEX triplet: BC, 62 and 37. RGB value is (188,98,55). Sum of RGB (Red+Green+Blue) = 188+98+55=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6237 is #439DC8. Grayscale: #787878. Windows color (decimal): -4431305 or 3629756. OLE color: 3629756.

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

Color convert

RGB 188 98 55 -
CMYK 0 0.48 0.71 0.26
HSL 19.4º 0.55% 0.48% -
HSV(B) 19.4º 0.71% 0.74% -
XYZ 25.8 19.7 6.06 -
YUV 120.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 188 98 55 0 0.48 0.71 0.26 19.4 0.55 0.48
Hex BC 62 37 0 30 47 1A 13 37 30
Octal 274 142 67 0 60 107 32 23 67 60
Binary 10111100 1100010 110111 0 110000 1000111 11010 10011 110111 110000

Color Harmonies of #BC6237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6237

Black with #BC6237

Text Example


Text Example

White with #BC6237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6237; }

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

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

background-color css

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

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

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

border-color css

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

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

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