Html Css Color HEX #BC5A2E Smoke Tree

📋 copy color: '#BC5A2E'

red 188 ◦ green 90 ◦ blue 46

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

Shades of Smoke Tree #BC5A2E

Tints of Smoke Tree #BC5A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 58.02%
G = 27.78%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC5A2E (or 0xBC5A2E) is known color: Smoke Tree. HEX triplet: BC, 5A and 2E. RGB value is (188,90,46). Sum of RGB (Red+Green+Blue) = 188+90+46=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A2E is #43A5D1. Grayscale: #727272. Windows color (decimal): -4433362 or 3037884. OLE color: 3037884.

HSL color Cylindrical-coordinate representation of color #BC5A2E: hue angle of 18.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC5A2E is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 90 46 -
CMYK 0 0.52 0.76 0.26
HSL 18.59º 0.61% 0.46% -
HSV(B) 18.59º 0.76% 0.74% -
XYZ 24.89 18.2 4.79 -
YUV 114.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 188 90 46 0 0.52 0.76 0.26 18.59 0.61 0.46
Hex BC 5A 2E 0 34 4C 1A 13 3D 2E
Octal 274 132 56 0 64 114 32 23 75 56
Binary 10111100 1011010 101110 0 110100 1001100 11010 10011 111101 101110

Color Harmonies of #BC5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A2E

Black with #BC5A2E

Text Example


Text Example

White with #BC5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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