#BC5B3B

Color #BC5B3B Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BC5B3B

Tints of Smoke Tree #BC5B3B

Color information

#BC5B3B (or 0xBC5B3B) is unknown color: approx Smoke Tree. HEX triplet: BC, 5B and 3B. RGB value is (188,91,59). Sum of RGB (Red+Green+Blue) = 188+91+59=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B3B is #43A4C4. Grayscale: #747474. Windows color (decimal): -4433093 or 3890108. OLE color: 3890108.

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

Color convert

RGB1889159-
CMYK00.520.690.26
HSL14.88º52.23%48.43%-
HSV(B)14.88º68.62%73.73%-
XYZ25.2718.496.37-
YUV116.3595.64179.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.62%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=55.62%
G=26.92%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188915900.520.690.2614.8852.2348.43
HexBC5B3B034451Af3430
Octal2741337306410532176460
Binary10111100101101111101101101001000101110101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B3B; }

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

 H1.HeaderClassName
 {
   color: #BC5B3B;
 }
 .AnyTagClassName
 {
   color: #BC5B3B;
 }
</style>
background-color css

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

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

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

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

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

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