#B48653

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

Shades of Teak #B48653

Tints of Teak #B48653

Color information

#B48653 (or 0xB48653) is unknown color: approx Teak. HEX triplet: B4, 86 and 53. RGB value is (180,134,83). Sum of RGB (Red+Green+Blue) = 180+134+83=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48653 is #4B79AC. Grayscale: #8E8E8E. Windows color (decimal): -4946349 or 5473972. OLE color: 5473972.

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

Color convert

RGB18013483-
CMYK00.260.540.29
HSL31.55º39.27%51.57%-
HSV(B)31.55º53.89%70.59%-
XYZ28.9127.3811.94-
YUV141.9494.74155.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=45.34%
G=33.75%
B=20.91%

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
Decimal1801348300.260.540.2931.5539.2751.57
HexB4865301A361D202734
Octal2642061230326635404764
Binary1011010010000110101001101101011011011101100000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48653; }

 p { color: rgb(180,134,83); }

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

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

 a { background-color: rgb(180,134,83); }

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

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

 span { border-color: rgb(180,134,83); }

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