Html Css Color HEX #BC683E Smoke Tree

📋 copy color: '#BC683E'

red 188 ◦ green 104 ◦ blue 62

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

Shades of Smoke Tree #BC683E

Tints of Smoke Tree #BC683E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 53.11%
G = 29.38%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC683E (or 0xBC683E) is known color: Smoke Tree. HEX triplet: BC, 68 and 3E. RGB value is (188,104,62). Sum of RGB (Red+Green+Blue) = 188+104+62=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC683E is #4397C1. Grayscale: #7C7C7C. Windows color (decimal): -4429762 or 4090044. OLE color: 4090044.

HSL color Cylindrical-coordinate representation of color #BC683E: hue angle of 20º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC683E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 62 -
CMYK 0 0.45 0.67 0.26
HSL 20º 0.5% 0.49% -
HSV(B) 20º 0.67% 0.74% -
XYZ 26.56 20.94 7.2 -
YUV 124.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 188 104 62 0 0.45 0.67 0.26 20 0.5 0.49
Hex BC 68 3E 0 2D 43 1A 14 32 31
Octal 274 150 76 0 55 103 32 24 62 61
Binary 10111100 1101000 111110 0 101101 1000011 11010 10100 110010 110001

Color Harmonies of #BC683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC683E

Black with #BC683E

Text Example


Text Example

White with #BC683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC683E; }

 p { color: rgb(188,104,62); }

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

background-color css

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

 a { background-color: rgb(188,104,62); }

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

border-color css

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

 span { border-color: rgb(188,104,62); }

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