#B48B55

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

Shades of Teak #B48B55

Tints of Teak #B48B55

Color information

#B48B55 (or 0xB48B55) is unknown color: approx Teak. HEX triplet: B4, 8B and 55. RGB value is (180,139,85). Sum of RGB (Red+Green+Blue) = 180+139+85=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B55 is #4B74AA. Grayscale: #919191. Windows color (decimal): -4945067 or 5606324. OLE color: 5606324.

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

Color convert

RGB18013985-
CMYK00.230.530.29
HSL34.11º38.78%51.96%-
HSV(B)34.11º52.78%70.59%-
XYZ29.6928.8212.59-
YUV145.194.08152.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=44.55%
G=34.41%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801398500.230.530.2934.1138.7851.96
HexB48B55017351D222734
Octal2642131250276535424764
Binary1011010010001011101010101011111010111101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B55; }

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

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

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

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

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

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

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

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