#B48757

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

Shades of Teak #B48757

Tints of Teak #B48757

Color information

#B48757 (or 0xB48757) is unknown color: approx Teak. HEX triplet: B4, 87 and 57. RGB value is (180,135,87). Sum of RGB (Red+Green+Blue) = 180+135+87=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B48757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48757 is #4B78A8. Grayscale: #8F8F8F. Windows color (decimal): -4946089 or 5736372. OLE color: 5736372.

HSL color Cylindrical-coordinate representation of color #B48757: hue angle of 30.97º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B48757 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18013587-
CMYK00.250.520.29
HSL30.97º38.27%52.35%-
HSV(B)30.97º51.67%70.59%-
XYZ29.2127.7212.83-
YUV142.9896.41154.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=44.78%
G=33.58%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801358700.250.520.2930.9738.2752.35
HexB48757019341D1f2634
Octal2642071270316435374664
Binary101101001000011110101110110011101001110111111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48757; }

 p { color: rgb(180,135,87); }

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

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

 a { background-color: rgb(180,135,87); }

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

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

 span { border-color: rgb(180,135,87); }

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