#bd5c2e

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

Shades of Smoke Tree #BD5C2E

Tints of Smoke Tree #BD5C2E

Color information

#BD5C2E (or 0xBD5C2E) is unknown color: approx Smoke Tree. HEX triplet: BD, 5C and 2E. RGB value is (189,92,46). Sum of RGB (Red+Green+Blue) = 189+92+46=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C2E is #42A3D1. Grayscale: #747474. Windows color (decimal): -4367314 or 3038397. OLE color: 3038397.

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

Color convert

RGB1899246-
CMYK00.510.760.26
HSL19.3º60.85%46.08%-
HSV(B)19.3º75.66%74.12%-
XYZ25.3118.674.85-
YUV115.7688.64180.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=57.80%
G=28.13%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189924600.510.760.2619.360.8546.08
HexBD5C2E0334C1A133d2e
Octal2751345606311432237556
Binary101111011011100101110011001110011001101010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5c2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5c2e; }

 p { color: rgb(189,92,46); }

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

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

 a { background-color: rgb(189,92,46); }

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

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

 span { border-color: rgb(189,92,46); }

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