#B48A55

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

Shades of Teak #B48A55

Tints of Teak #B48A55

Color information

#B48A55 (or 0xB48A55) is unknown color: approx Teak. HEX triplet: B4, 8A and 55. RGB value is (180,138,85). Sum of RGB (Red+Green+Blue) = 180+138+85=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A55 is #4B75AA. Grayscale: #909090. Windows color (decimal): -4945323 or 5606068. OLE color: 5606068.

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

Color convert

RGB18013885-
CMYK00.230.530.29
HSL33.47º38.78%51.96%-
HSV(B)33.47º52.78%70.59%-
XYZ29.5528.5412.54-
YUV144.5294.41153.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=44.67%
G=34.24%
B=21.09%

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
Decimal1801388500.230.530.2933.4738.7851.96
HexB48A55017351D212734
Octal2642121250276535414764
Binary1011010010001010101010101011111010111101100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A55; }

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

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

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

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

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

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

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

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