#B5583C

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

Shades of Smoke Tree #B5583C

Tints of Smoke Tree #B5583C

Color information

#B5583C (or 0xB5583C) is unknown color: approx Smoke Tree. HEX triplet: B5, 58 and 3C. RGB value is (181,88,60). Sum of RGB (Red+Green+Blue) = 181+88+60=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5583C is #4AA7C3. Grayscale: #707070. Windows color (decimal): -4892612 or 3954869. OLE color: 3954869.

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

Color convert

RGB1818860-
CMYK00.510.670.29
HSL13.88º50.21%47.25%-
HSV(B)13.88º66.85%70.98%-
XYZ23.3617.136.35-
YUV112.6298.31176.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=55.02%
G=26.75%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181886000.510.670.2913.8850.2147.25
HexB5583C033431De322f
Octal2651307406310335166257
Binary10110101101100011110001100111000011111011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5583C; }

 p { color: rgb(181,88,60); }

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

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

 a { background-color: rgb(181,88,60); }

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

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

 span { border-color: rgb(181,88,60); }

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