#B48A52

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

Shades of Teak #B48A52

Tints of Teak #B48A52

Color information

#B48A52 (or 0xB48A52) is unknown color: approx Teak. HEX triplet: B4, 8A and 52. RGB value is (180,138,82). Sum of RGB (Red+Green+Blue) = 180+138+82=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A52 is #4B75AD. Grayscale: #909090. Windows color (decimal): -4945326 or 5409460. OLE color: 5409460.

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

Color convert

RGB18013882-
CMYK00.230.540.29
HSL34.29º39.52%51.37%-
HSV(B)34.29º54.44%70.59%-
XYZ29.4328.4911.93-
YUV144.1792.91153.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=45%
G=34.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801388200.230.540.2934.2939.5251.37
HexB48A52017361D222833
Octal2642121220276635425063
Binary1011010010001010101001001011111011011101100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A52; }

 p { color: rgb(180,138,82); }

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

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

 a { background-color: rgb(180,138,82); }

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

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

 span { border-color: rgb(180,138,82); }

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