#B48956

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

Shades of Teak #B48956

Tints of Teak #B48956

Color information

#B48956 (or 0xB48956) is unknown color: approx Teak. HEX triplet: B4, 89 and 56. RGB value is (180,137,86). Sum of RGB (Red+Green+Blue) = 180+137+86=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B48956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48956 is #4B76A9. Grayscale: #909090. Windows color (decimal): -4945578 or 5671348. OLE color: 5671348.

HSL color Cylindrical-coordinate representation of color #B48956: hue angle of 32.55º 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 #B48956 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18013786-
CMYK00.240.520.29
HSL32.55º38.52%52.16%-
HSV(B)32.55º52.22%70.59%-
XYZ29.4528.2712.71-
YUV144.0495.25153.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=44.67%
G=34.00%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801378600.240.520.2932.5538.5252.16
HexB48956018341D212734
Octal2642111260306435414764
Binary1011010010001001101011001100011010011101100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48956; }

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

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

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

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

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

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

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

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