Html Css Color HEX #BC673B Smoke Tree

📋 copy color: '#BC673B'

red 188 ◦ green 103 ◦ blue 59

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

Shades of Smoke Tree #BC673B

Tints of Smoke Tree #BC673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 53.71%
G = 29.43%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC673B (or 0xBC673B) is known color: Smoke Tree. HEX triplet: BC, 67 and 3B. RGB value is (188,103,59). Sum of RGB (Red+Green+Blue) = 188+103+59=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC673B is #4398C4. Grayscale: #7B7B7B. Windows color (decimal): -4430021 or 3893180. OLE color: 3893180.

HSL color Cylindrical-coordinate representation of color #BC673B: hue angle of 20.47º degrees, saturation: 0.52, 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 #BC673B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 59 -
CMYK 0 0.45 0.69 0.26
HSL 20.47º 0.52% 0.48% -
HSV(B) 20.47º 0.69% 0.74% -
XYZ 26.38 20.71 6.74 -
YUV 123.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 188 103 59 0 0.45 0.69 0.26 20.47 0.52 0.48
Hex BC 67 3B 0 2D 45 1A 14 34 30
Octal 274 147 73 0 55 105 32 24 64 60
Binary 10111100 1100111 111011 0 101101 1000101 11010 10100 110100 110000

Color Harmonies of #BC673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC673B

Black with #BC673B

Text Example


Text Example

White with #BC673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC673B; }

 p { color: rgb(188,103,59); }

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

background-color css

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

 a { background-color: rgb(188,103,59); }

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

border-color css

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

 span { border-color: rgb(188,103,59); }

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