Html Css Color HEX #BC5C2C Smoke Tree

📋 copy color: '#BC5C2C'

red 188 ◦ green 92 ◦ blue 44

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

Shades of Smoke Tree #BC5C2C

Tints of Smoke Tree #BC5C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 58.02%
G = 28.4%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC5C2C (or 0xBC5C2C) is known color: Smoke Tree. HEX triplet: BC, 5C and 2C. RGB value is (188,92,44). Sum of RGB (Red+Green+Blue) = 188+92+44=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C2C is #43A3D3. Grayscale: #737373. Windows color (decimal): -4432852 or 2907324. OLE color: 2907324.

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

Color convert

RGB 188 92 44 -
CMYK 0 0.51 0.77 0.26
HSL 20º 0.62% 0.45% -
HSV(B) 20º 0.77% 0.74% -
XYZ 25.02 18.53 4.64 -
YUV 115.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 188 92 44 0 0.51 0.77 0.26 20 0.62 0.45
Hex BC 5C 2C 0 33 4D 1A 14 3E 2D
Octal 274 134 54 0 63 115 32 24 76 55
Binary 10111100 1011100 101100 0 110011 1001101 11010 10100 111110 101101

Color Harmonies of #BC5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C2C

Black with #BC5C2C

Text Example


Text Example

White with #BC5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C2C; }

 p { color: rgb(188,92,44); }

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

background-color css

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

 a { background-color: rgb(188,92,44); }

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

border-color css

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

 span { border-color: rgb(188,92,44); }

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