Html Css Color HEX #BC613F Smoke Tree

📋 copy color: '#BC613F'

red 188 ◦ green 97 ◦ blue 63

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

Shades of Smoke Tree #BC613F

Tints of Smoke Tree #BC613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 54.02%
G = 27.87%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC613F (or 0xBC613F) is known color: Smoke Tree. HEX triplet: BC, 61 and 3F. RGB value is (188,97,63). Sum of RGB (Red+Green+Blue) = 188+97+63=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC613F is #439EC0. Grayscale: #787878. Windows color (decimal): -4431553 or 4153788. OLE color: 4153788.

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

Color convert

RGB 188 97 63 -
CMYK 0 0.48 0.66 0.26
HSL 16.32º 0.5% 0.49% -
HSV(B) 16.32º 0.66% 0.74% -
XYZ 25.91 19.6 7.12 -
YUV 120.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 188 97 63 0 0.48 0.66 0.26 16.32 0.5 0.49
Hex BC 61 3F 0 30 42 1A 10 32 31
Octal 274 141 77 0 60 102 32 20 62 61
Binary 10111100 1100001 111111 0 110000 1000010 11010 10000 110010 110001

Color Harmonies of #BC613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC613F

Black with #BC613F

Text Example


Text Example

White with #BC613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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