Html Css Color HEX #BC5A2C Smoke Tree

📋 copy color: '#BC5A2C'

red 188 ◦ green 90 ◦ blue 44

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

Shades of Smoke Tree #BC5A2C

Tints of Smoke Tree #BC5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 58.39%
G = 27.95%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC5A2C (or 0xBC5A2C) is known color: Smoke Tree. HEX triplet: BC, 5A and 2C. RGB value is (188,90,44). Sum of RGB (Red+Green+Blue) = 188+90+44=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A2C is #43A5D3. Grayscale: #727272. Windows color (decimal): -4433364 or 2906812. OLE color: 2906812.

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

Color convert

RGB 188 90 44 -
CMYK 0 0.52 0.77 0.26
HSL 19.17º 0.62% 0.45% -
HSV(B) 19.17º 0.77% 0.74% -
XYZ 24.85 18.19 4.58 -
YUV 114.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 188 90 44 0 0.52 0.77 0.26 19.17 0.62 0.45
Hex BC 5A 2C 0 34 4D 1A 13 3E 2D
Octal 274 132 54 0 64 115 32 23 76 55
Binary 10111100 1011010 101100 0 110100 1001101 11010 10011 111110 101101

Color Harmonies of #BC5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A2C

Black with #BC5A2C

Text Example


Text Example

White with #BC5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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