#B48855

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

Shades of Teak #B48855

Tints of Teak #B48855

Color information

#B48855 (or 0xB48855) is unknown color: approx Teak. HEX triplet: B4, 88 and 55. RGB value is (180,136,85). Sum of RGB (Red+Green+Blue) = 180+136+85=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B48855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48855 is #4B77AA. Grayscale: #8F8F8F. Windows color (decimal): -4945835 or 5605556. OLE color: 5605556.

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

Color convert

RGB18013685-
CMYK00.240.530.29
HSL32.21º38.78%51.96%-
HSV(B)32.21º52.78%70.59%-
XYZ29.2727.9712.45-
YUV143.3495.08154.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=44.89%
G=33.92%
B=21.20%

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
Decimal1801368500.240.530.2932.2138.7851.96
HexB48855018351D202734
Octal2642101250306535404764
Binary1011010010001000101010101100011010111101100000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48855; }

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

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

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

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

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

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

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

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