#B18E4F

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

Shades of Teak #B18E4F

Tints of Teak #B18E4F

Color information

#B18E4F (or 0xB18E4F) is unknown color: approx Teak. HEX triplet: B1, 8E and 4F. RGB value is (177,142,79). Sum of RGB (Red+Green+Blue) = 177+142+79=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E4F is #4E71B0. Grayscale: #919191. Windows color (decimal): -5140913 or 5213873. OLE color: 5213873.

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

Color convert

RGB17714279-
CMYK00.200.550.31
HSL38.57º38.58%50.2%-
HSV(B)38.57º55.37%69.41%-
XYZ29.2229.2611.5-
YUV145.2890.6150.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=44.47%
G=35.68%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771427900.200.550.3138.5738.5850.2
HexB18E4F014371F272732
Octal2612161170246737474762
Binary1011000110001110100111101010011011111111100111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E4F; }

 p { color: rgb(177,142,79); }

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

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

 a { background-color: rgb(177,142,79); }

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

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

 span { border-color: rgb(177,142,79); }

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