#B56334

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

Shades of Smoke Tree #B56334

Tints of Smoke Tree #B56334

Color information

#B56334 (or 0xB56334) is unknown color: approx Smoke Tree. HEX triplet: B5, 63 and 34. RGB value is (181,99,52). Sum of RGB (Red+Green+Blue) = 181+99+52=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B56334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56334 is #4A9CCB. Grayscale: #767676. Windows color (decimal): -4889804 or 3433397. OLE color: 3433397.

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

Color convert

RGB1819952-
CMYK00.450.710.29
HSL21.86º55.36%45.69%-
HSV(B)21.86º71.27%70.98%-
XYZ24.14195.64-
YUV118.1690.67172.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=54.52%
G=29.82%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181995200.450.710.2921.8655.3645.69
HexB5633402D471D16372e
Octal2651436405510735266756
Binary101101011100011110100010110110001111110110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56334; }

 p { color: rgb(181,99,52); }

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

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

 a { background-color: rgb(181,99,52); }

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

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

 span { border-color: rgb(181,99,52); }

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