#B18D4B

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

Shades of Teak #B18D4B

Tints of Teak #B18D4B

Color information

#B18D4B (or 0xB18D4B) is unknown color: approx Teak. HEX triplet: B1, 8D and 4B. RGB value is (177,141,75). Sum of RGB (Red+Green+Blue) = 177+141+75=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D4B is #4E72B4. Grayscale: #909090. Windows color (decimal): -5141173 or 4951473. OLE color: 4951473.

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

Color convert

RGB17714175-
CMYK00.200.580.31
HSL38.82º40.48%49.41%-
HSV(B)38.82º57.63%69.41%-
XYZ28.9328.910.71-
YUV144.2488.93151.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=45.04%
G=35.88%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771417500.200.580.3138.8240.4849.41
HexB18D4B0143A1F272831
Octal2612151130247237475061
Binary1011000110001101100101101010011101011111100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D4B; }

 p { color: rgb(177,141,75); }

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

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

 a { background-color: rgb(177,141,75); }

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

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

 span { border-color: rgb(177,141,75); }

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