#B16238

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

Shades of Smoke Tree #B16238

Tints of Smoke Tree #B16238

Color information

#B16238 (or 0xB16238) is unknown color: approx Smoke Tree. HEX triplet: B1, 62 and 38. RGB value is (177,98,56). Sum of RGB (Red+Green+Blue) = 177+98+56=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B16238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16238 is #4E9DC7. Grayscale: #757575. Windows color (decimal): -5152200 or 3695281. OLE color: 3695281.

HSL color Cylindrical-coordinate representation of color #B16238: hue angle of 20.83º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B16238 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1779856-
CMYK00.450.680.31
HSL20.83º51.93%45.69%-
HSV(B)20.83º68.36%69.41%-
XYZ23.2118.376.06-
YUV116.8393.67170.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=53.47%
G=29.61%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177985600.450.680.3120.8351.9345.69
HexB1623802D441F15342e
Octal2611427005510437256456
Binary101100011100010111000010110110001001111110101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16238; }

 p { color: rgb(177,98,56); }

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

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

 a { background-color: rgb(177,98,56); }

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

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

 span { border-color: rgb(177,98,56); }

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