#BD633E

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

Shades of Smoke Tree #BD633E

Tints of Smoke Tree #BD633E

Color information

#BD633E (or 0xBD633E) is unknown color: approx Smoke Tree. HEX triplet: BD, 63 and 3E. RGB value is (189,99,62). Sum of RGB (Red+Green+Blue) = 189+99+62=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD633E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD633E is #429CC1. Grayscale: #797979. Windows color (decimal): -4365506 or 4088765. OLE color: 4088765.

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

Color convert

RGB1899962-
CMYK00.480.670.26
HSL17.48º50.6%49.22%-
HSV(B)17.48º67.2%74.12%-
XYZ26.3220.097.05-
YUV121.6994.32176.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=54%
G=28.29%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189996200.480.670.2617.4850.649.22
HexBD633E030431A113331
Octal2751437606010332216361
Binary101111011100011111110011000010000111101010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD633E; }

 p { color: rgb(189,99,62); }

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

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

 a { background-color: rgb(189,99,62); }

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

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

 span { border-color: rgb(189,99,62); }

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