#b48358

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

Shades of Teak #B48358

Tints of Teak #B48358

Color information

#B48358 (or 0xB48358) is unknown color: approx Teak. HEX triplet: B4, 83 and 58. RGB value is (180,131,88). Sum of RGB (Red+Green+Blue) = 180+131+88=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48358 is #4B7CA7. Grayscale: #8C8C8C. Windows color (decimal): -4947112 or 5800884. OLE color: 5800884.

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

Color convert

RGB18013188-
CMYK00.270.510.29
HSL28.04º38.02%52.55%-
HSV(B)28.04º51.11%70.59%-
XYZ28.726.6412.86-
YUV140.7598.23156-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 88 (34.77% from 255) = 22.06%
R=45.11%
G=32.83%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801318800.270.510.2928.0438.0252.55
HexB4835801B331D1c2635
Octal2642031300336335344665
Binary101101001000001110110000110111100111110111100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48358; }

 p { color: rgb(180,131,88); }

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

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

 a { background-color: rgb(180,131,88); }

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

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

 span { border-color: rgb(180,131,88); }

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