#BD5C3D

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

Shades of Smoke Tree #BD5C3D

Tints of Smoke Tree #BD5C3D

Color information

#BD5C3D (or 0xBD5C3D) is unknown color: approx Smoke Tree. HEX triplet: BD, 5C and 3D. RGB value is (189,92,61). Sum of RGB (Red+Green+Blue) = 189+92+61=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C3D is #42A3C2. Grayscale: #757575. Windows color (decimal): -4367299 or 4021437. OLE color: 4021437.

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

Color convert

RGB1899261-
CMYK00.510.680.26
HSL14.53º51.2%49.02%-
HSV(B)14.53º67.72%74.12%-
XYZ25.6618.816.69-
YUV117.4796.14179.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=55.26%
G=26.90%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189926100.510.680.2614.5351.249.02
HexBD5C3D033441Af3331
Octal2751347506310432176361
Binary10111101101110011110101100111000100110101111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5C3D; }

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

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

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

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

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

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

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

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