#B48B4B

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

Shades of Teak #B48B4B

Tints of Teak #B48B4B

Color information

#B48B4B (or 0xB48B4B) is unknown color: approx Teak. HEX triplet: B4, 8B and 4B. RGB value is (180,139,75). Sum of RGB (Red+Green+Blue) = 180+139+75=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B4B is #4B74B4. Grayscale: #909090. Windows color (decimal): -4945077 or 4950964. OLE color: 4950964.

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

Color convert

RGB18013975-
CMYK00.230.580.29
HSL36.57º41.18%50%-
HSV(B)36.57º58.33%70.59%-
XYZ29.3328.6810.65-
YUV143.9689.08153.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=45.69%
G=35.28%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801397500.230.580.2936.5741.1850
HexB48B4B0173A1D252932
Octal2642131130277235455162
Binary1011010010001011100101101011111101011101100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B4B; }

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

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

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

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

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

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

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

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