#BD5B3D

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

Shades of Smoke Tree #BD5B3D

Tints of Smoke Tree #BD5B3D

Color information

#BD5B3D (or 0xBD5B3D) is unknown color: approx Smoke Tree. HEX triplet: BD, 5B and 3D. RGB value is (189,91,61). Sum of RGB (Red+Green+Blue) = 189+91+61=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B3D is #42A4C2. Grayscale: #757575. Windows color (decimal): -4367555 or 4021181. OLE color: 4021181.

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

Color convert

RGB1899161-
CMYK00.520.680.26
HSL14.06º51.2%49.02%-
HSV(B)14.06º67.72%74.12%-
XYZ25.5718.646.66-
YUV116.8896.47179.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=55.43%
G=26.69%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189916100.520.680.2614.0651.249.02
HexBD5B3D034441Ae3331
Octal2751337506410432166361
Binary10111101101101111110101101001000100110101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5B3D; }

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

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

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

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

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

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

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

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