#BD633A

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

Shades of Smoke Tree #BD633A

Tints of Smoke Tree #BD633A

Color information

#BD633A (or 0xBD633A) is unknown color: approx Smoke Tree. HEX triplet: BD, 63 and 3A. RGB value is (189,99,58). Sum of RGB (Red+Green+Blue) = 189+99+58=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD633A is #429CC5. Grayscale: #797979. Windows color (decimal): -4365510 or 3826621. OLE color: 3826621.

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

Color convert

RGB1899958-
CMYK00.480.690.26
HSL18.78º53.04%48.43%-
HSV(B)18.78º69.31%74.12%-
XYZ26.2120.056.49-
YUV121.2492.32176.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=54.62%
G=28.61%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189995800.480.690.2618.7853.0448.43
HexBD633A030451A133530
Octal2751437206010532236560
Binary101111011100011111010011000010001011101010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD633A; }

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

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

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

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

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

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

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

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