#B48955

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

Shades of Teak #B48955

Tints of Teak #B48955

Color information

#B48955 (or 0xB48955) is unknown color: approx Teak. HEX triplet: B4, 89 and 55. RGB value is (180,137,85). Sum of RGB (Red+Green+Blue) = 180+137+85=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B48955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48955 is #4B76AA. Grayscale: #909090. Windows color (decimal): -4945579 or 5605812. OLE color: 5605812.

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

Color convert

RGB18013785-
CMYK00.240.530.29
HSL32.84º38.78%51.96%-
HSV(B)32.84º52.78%70.59%-
XYZ29.4128.2512.5-
YUV143.9394.75153.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=44.78%
G=34.08%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801378500.240.530.2932.8438.7851.96
HexB48955018351D212734
Octal2642111250306535414764
Binary1011010010001001101010101100011010111101100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48955; }

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

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

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

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

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

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

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

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