Html Css Color HEX #BC6239 Smoke Tree

📋 copy color: '#BC6239'

red 188 ◦ green 98 ◦ blue 57

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

Shades of Smoke Tree #BC6239

Tints of Smoke Tree #BC6239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 54.81%
G = 28.57%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6239 (or 0xBC6239) is known color: Smoke Tree. HEX triplet: BC, 62 and 39. RGB value is (188,98,57). Sum of RGB (Red+Green+Blue) = 188+98+57=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6239 is #439DC6. Grayscale: #787878. Windows color (decimal): -4431303 or 3760828. OLE color: 3760828.

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

Color convert

RGB 188 98 57 -
CMYK 0 0.48 0.70 0.26
HSL 18.78º 0.53% 0.48% -
HSV(B) 18.78º 0.7% 0.74% -
XYZ 25.85 19.72 6.32 -
YUV 120.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 188 98 57 0 0.48 0.70 0.26 18.78 0.53 0.48
Hex BC 62 39 0 30 46 1A 13 35 30
Octal 274 142 71 0 60 106 32 23 65 60
Binary 10111100 1100010 111001 0 110000 1000110 11010 10011 110101 110000

Color Harmonies of #BC6239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6239

Black with #BC6239

Text Example


Text Example

White with #BC6239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6239; }

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

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

background-color css

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

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

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

border-color css

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

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

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