#B6583A

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

Shades of Smoke Tree #B6583A

Tints of Smoke Tree #B6583A

Color information

#B6583A (or 0xB6583A) is unknown color: approx Smoke Tree. HEX triplet: B6, 58 and 3A. RGB value is (182,88,58). Sum of RGB (Red+Green+Blue) = 182+88+58=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6583A is #49A7C5. Grayscale: #707070. Windows color (decimal): -4827078 or 3823798. OLE color: 3823798.

HSL color Cylindrical-coordinate representation of color #B6583A: hue angle of 14.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6583A is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1828858-
CMYK00.520.680.29
HSL14.52º51.67%47.06%-
HSV(B)14.52º68.13%71.37%-
XYZ23.5417.236.09-
YUV112.6997.14177.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=55.49%
G=26.83%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182885800.520.680.2914.5251.6747.06
HexB6583A034441Df342f
Octal2661307206410435176457
Binary10110110101100011101001101001000100111011111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6583A; }

 p { color: rgb(182,88,58); }

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

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

 a { background-color: rgb(182,88,58); }

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

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

 span { border-color: rgb(182,88,58); }

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