#B18A48

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

Shades of Teak #B18A48

Tints of Teak #B18A48

Color information

#B18A48 (or 0xB18A48) is unknown color: approx Teak. HEX triplet: B1, 8A and 48. RGB value is (177,138,72). Sum of RGB (Red+Green+Blue) = 177+138+72=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A48 is #4E75B7. Grayscale: #8E8E8E. Windows color (decimal): -5141944 or 4754097. OLE color: 4754097.

HSL color Cylindrical-coordinate representation of color #B18A48: hue angle of 37.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B18A48 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17713872-
CMYK00.220.590.31
HSL37.71º42.17%48.82%-
HSV(B)37.71º59.32%69.41%-
XYZ28.3927.9910.04-
YUV142.1488.42152.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=45.74%
G=35.66%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771387200.220.590.3137.7142.1748.82
HexB18A480163B1F262a31
Octal2612121100267337465261
Binary1011000110001010100100001011011101111111100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A48; }

 p { color: rgb(177,138,72); }

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

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

 a { background-color: rgb(177,138,72); }

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

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

 span { border-color: rgb(177,138,72); }

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