#BD5D30

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

Shades of Smoke Tree #BD5D30

Tints of Smoke Tree #BD5D30

Color information

#BD5D30 (or 0xBD5D30) is unknown color: approx Smoke Tree. HEX triplet: BD, 5D and 30. RGB value is (189,93,48). Sum of RGB (Red+Green+Blue) = 189+93+48=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D30 is #42A2CF. Grayscale: #747474. Windows color (decimal): -4367056 or 3169725. OLE color: 3169725.

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

Color convert

RGB1899348-
CMYK00.510.750.26
HSL19.15º59.49%46.47%-
HSV(B)19.15º74.6%74.12%-
XYZ25.4318.865.1-
YUV116.5789.3179.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=57.27%
G=28.18%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189934800.510.750.2619.1559.4946.47
HexBD5D300334B1A133b2e
Octal2751356006311332237356
Binary101111011011101110000011001110010111101010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5D30; }

 p { color: rgb(189,93,48); }

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

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

 a { background-color: rgb(189,93,48); }

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

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

 span { border-color: rgb(189,93,48); }

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