Html Css Color HEX #BC683F Smoke Tree

📋 copy color: '#BC683F'

red 188 ◦ green 104 ◦ blue 63

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

Shades of Smoke Tree #BC683F

Tints of Smoke Tree #BC683F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 52.96%
G = 29.3%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC683F (or 0xBC683F) is known color: Smoke Tree. HEX triplet: BC, 68 and 3F. RGB value is (188,104,63). Sum of RGB (Red+Green+Blue) = 188+104+63=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC683F is #4397C0. Grayscale: #7C7C7C. Windows color (decimal): -4429761 or 4155580. OLE color: 4155580.

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

Color convert

RGB 188 104 63 -
CMYK 0 0.45 0.66 0.26
HSL 19.68º 0.5% 0.49% -
HSV(B) 19.68º 0.66% 0.74% -
XYZ 26.59 20.95 7.35 -
YUV 124.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 188 104 63 0 0.45 0.66 0.26 19.68 0.5 0.49
Hex BC 68 3F 0 2D 42 1A 14 32 31
Octal 274 150 77 0 55 102 32 24 62 61
Binary 10111100 1101000 111111 0 101101 1000010 11010 10100 110010 110001

Color Harmonies of #BC683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC683F

Black with #BC683F

Text Example


Text Example

White with #BC683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC683F; }

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

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

background-color css

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

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

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

border-color css

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

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

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