#BD643B

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

Shades of Smoke Tree #BD643B

Tints of Smoke Tree #BD643B

Color information

#BD643B (or 0xBD643B) is unknown color: approx Smoke Tree. HEX triplet: BD, 64 and 3B. RGB value is (189,100,59). Sum of RGB (Red+Green+Blue) = 189+100+59=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD643B is #429BC4. Grayscale: #7A7A7A. Windows color (decimal): -4365253 or 3892413. OLE color: 3892413.

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

Color convert

RGB18910059-
CMYK00.470.690.26
HSL18.92º52.42%48.63%-
HSV(B)18.92º68.78%74.12%-
XYZ26.3320.256.66-
YUV121.9492.49175.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=54.31%
G=28.74%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891005900.470.690.2618.9252.4248.63
HexBD643B02F451A133431
Octal2751447305710532236461
Binary101111011100100111011010111110001011101010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD643B; }

 p { color: rgb(189,100,59); }

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

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

 a { background-color: rgb(189,100,59); }

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

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

 span { border-color: rgb(189,100,59); }

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