#B48B4F

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

Shades of Teak #B48B4F

Tints of Teak #B48B4F

Color information

#B48B4F (or 0xB48B4F) is unknown color: approx Teak. HEX triplet: B4, 8B and 4F. RGB value is (180,139,79). Sum of RGB (Red+Green+Blue) = 180+139+79=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B4F is #4B74B0. Grayscale: #909090. Windows color (decimal): -4945073 or 5213108. OLE color: 5213108.

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

Color convert

RGB18013979-
CMYK00.230.560.29
HSL35.64º40.24%50.78%-
HSV(B)35.64º56.11%70.59%-
XYZ29.4728.7311.39-
YUV144.4291.08153.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=45.23%
G=34.92%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801397900.230.560.2935.6440.2450.78
HexB48B4F017381D242833
Octal2642131170277035445063
Binary1011010010001011100111101011111100011101100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B4F; }

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

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

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

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

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

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

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

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