Html Css Color HEX #BC643E Smoke Tree

📋 copy color: '#BC643E'

red 188 ◦ green 100 ◦ blue 62

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

Shades of Smoke Tree #BC643E

Tints of Smoke Tree #BC643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 53.71%
G = 28.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC643E (or 0xBC643E) is known color: Smoke Tree. HEX triplet: BC, 64 and 3E. RGB value is (188,100,62). Sum of RGB (Red+Green+Blue) = 188+100+62=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC643E is #439BC1. Grayscale: #7A7A7A. Windows color (decimal): -4430786 or 4089020. OLE color: 4089020.

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

Color convert

RGB 188 100 62 -
CMYK 0 0.47 0.67 0.26
HSL 18.1º 0.5% 0.49% -
HSV(B) 18.1º 0.67% 0.74% -
XYZ 26.17 20.15 7.07 -
YUV 121.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 188 100 62 0 0.47 0.67 0.26 18.1 0.5 0.49
Hex BC 64 3E 0 2F 43 1A 12 32 31
Octal 274 144 76 0 57 103 32 22 62 61
Binary 10111100 1100100 111110 0 101111 1000011 11010 10010 110010 110001

Color Harmonies of #BC643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC643E

Black with #BC643E

Text Example


Text Example

White with #BC643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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