#B48B56

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

Shades of Teak #B48B56

Tints of Teak #B48B56

Color information

#B48B56 (or 0xB48B56) is unknown color: approx Teak. HEX triplet: B4, 8B and 56. RGB value is (180,139,86). Sum of RGB (Red+Green+Blue) = 180+139+86=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B56 is #4B74A9. Grayscale: #919191. Windows color (decimal): -4945066 or 5671860. OLE color: 5671860.

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

Color convert

RGB18013986-
CMYK00.230.520.29
HSL33.83º38.52%52.16%-
HSV(B)33.83º52.22%70.59%-
XYZ29.7328.8412.8-
YUV145.2294.58152.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=44.44%
G=34.32%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801398600.230.520.2933.8338.5252.16
HexB48B56017341D222734
Octal2642131260276435424764
Binary1011010010001011101011001011111010011101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B56; }

 p { color: rgb(180,139,86); }

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

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

 a { background-color: rgb(180,139,86); }

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

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

 span { border-color: rgb(180,139,86); }

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