#B48D4D

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

Shades of Teak #B48D4D

Tints of Teak #B48D4D

Color information

#B48D4D (or 0xB48D4D) is unknown color: approx Teak. HEX triplet: B4, 8D and 4D. RGB value is (180,141,77). Sum of RGB (Red+Green+Blue) = 180+141+77=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D4D is #4B72B2. Grayscale: #919191. Windows color (decimal): -4944563 or 5082548. OLE color: 5082548.

HSL color Cylindrical-coordinate representation of color #B48D4D: hue angle of 37.28º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B48D4D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18014177-
CMYK00.220.570.29
HSL37.28º40.71%50.39%-
HSV(B)37.28º57.22%70.59%-
XYZ29.6929.2911.11-
YUV145.3689.42152.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=45.23%
G=35.43%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801417700.220.570.2937.2840.7150.39
HexB48D4D016391D252932
Octal2642151150267135455162
Binary1011010010001101100110101011011100111101100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D4D; }

 p { color: rgb(180,141,77); }

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

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

 a { background-color: rgb(180,141,77); }

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

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

 span { border-color: rgb(180,141,77); }

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