#B48555

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

Shades of Teak #B48555

Tints of Teak #B48555

Color information

#B48555 (or 0xB48555) is unknown color: approx Teak. HEX triplet: B4, 85 and 55. RGB value is (180,133,85). Sum of RGB (Red+Green+Blue) = 180+133+85=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48555 is #4B7AAA. Grayscale: #8D8D8D. Windows color (decimal): -4946603 or 5604788. OLE color: 5604788.

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

Color convert

RGB18013385-
CMYK00.260.530.29
HSL30.32º38.78%51.96%-
HSV(B)30.32º52.78%70.59%-
XYZ28.8527.1312.31-
YUV141.5896.07155.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=45.23%
G=33.42%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801338500.260.530.2930.3238.7851.96
HexB4855501A351D1e2734
Octal2642051250326535364764
Binary101101001000010110101010110101101011110111110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48555; }

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

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

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

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

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

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

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

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