Html Css Color HEX #BC643A Smoke Tree

📋 copy color: '#BC643A'

red 188 ◦ green 100 ◦ blue 58

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

Shades of Smoke Tree #BC643A

Tints of Smoke Tree #BC643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 54.34%
G = 28.9%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC643A (or 0xBC643A) is known color: Smoke Tree. HEX triplet: BC, 64 and 3A. RGB value is (188,100,58). Sum of RGB (Red+Green+Blue) = 188+100+58=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC643A is #439BC5. Grayscale: #797979. Windows color (decimal): -4430790 or 3826876. OLE color: 3826876.

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

Color convert

RGB 188 100 58 -
CMYK 0 0.47 0.69 0.26
HSL 19.38º 0.53% 0.48% -
HSV(B) 19.38º 0.69% 0.74% -
XYZ 26.06 20.11 6.51 -
YUV 121.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 188 100 58 0 0.47 0.69 0.26 19.38 0.53 0.48
Hex BC 64 3A 0 2F 45 1A 13 35 30
Octal 274 144 72 0 57 105 32 23 65 60
Binary 10111100 1100100 111010 0 101111 1000101 11010 10011 110101 110000

Color Harmonies of #BC643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC643A

Black with #BC643A

Text Example


Text Example

White with #BC643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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