#BD663A

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

Shades of Smoke Tree #BD663A

Tints of Smoke Tree #BD663A

Color information

#BD663A (or 0xBD663A) is unknown color: approx Smoke Tree. HEX triplet: BD, 66 and 3A. RGB value is (189,102,58). Sum of RGB (Red+Green+Blue) = 189+102+58=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD663A is #4299C5. Grayscale: #7B7B7B. Windows color (decimal): -4364742 or 3827389. OLE color: 3827389.

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

Color convert

RGB18910258-
CMYK00.460.690.26
HSL20.15º53.04%48.43%-
HSV(B)20.15º69.31%74.12%-
XYZ26.520.636.59-
YUV12391.32175.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=54.15%
G=29.23%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891025800.460.690.2620.1553.0448.43
HexBD663A02E451A143530
Octal2751467205610532246560
Binary101111011100110111010010111010001011101010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD663A; }

 p { color: rgb(189,102,58); }

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

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

 a { background-color: rgb(189,102,58); }

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

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

 span { border-color: rgb(189,102,58); }

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