#B48455

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

Shades of Teak #B48455

Tints of Teak #B48455

Color information

#B48455 (or 0xB48455) is unknown color: approx Teak. HEX triplet: B4, 84 and 55. RGB value is (180,132,85). Sum of RGB (Red+Green+Blue) = 180+132+85=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48455 is #4B7BAA. Grayscale: #8D8D8D. Windows color (decimal): -4946859 or 5604532. OLE color: 5604532.

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

Color convert

RGB18013285-
CMYK00.270.530.29
HSL29.68º38.78%51.96%-
HSV(B)29.68º52.78%70.59%-
XYZ28.7126.8612.27-
YUV140.9996.4155.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=45.34%
G=33.25%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801328500.270.530.2929.6838.7851.96
HexB4845501B351D1e2734
Octal2642041250336535364764
Binary101101001000010010101010110111101011110111110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48455; }

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

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

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

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

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

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

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

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