#B48552

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

Shades of Teak #B48552

Tints of Teak #B48552

Color information

#B48552 (or 0xB48552) is unknown color: approx Teak. HEX triplet: B4, 85 and 52. RGB value is (180,133,82). Sum of RGB (Red+Green+Blue) = 180+133+82=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B48552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48552 is #4B7AAD. Grayscale: #8D8D8D. Windows color (decimal): -4946606 or 5408180. OLE color: 5408180.

HSL color Cylindrical-coordinate representation of color #B48552: hue angle of 31.22º 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 #B48552 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18013382-
CMYK00.260.540.29
HSL31.22º39.52%51.37%-
HSV(B)31.22º54.44%70.59%-
XYZ28.7327.0911.7-
YUV141.2494.57155.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=45.57%
G=33.67%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801338200.260.540.2931.2239.5251.37
HexB4855201A361D1f2833
Octal2642051220326635375063
Binary101101001000010110100100110101101101110111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48552; }

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

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

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

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

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

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

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

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