#B18C4D

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

Shades of Teak #B18C4D

Tints of Teak #B18C4D

Color information

#B18C4D (or 0xB18C4D) is unknown color: approx Teak. HEX triplet: B1, 8C and 4D. RGB value is (177,140,77). Sum of RGB (Red+Green+Blue) = 177+140+77=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C4D is #4E73B2. Grayscale: #909090. Windows color (decimal): -5141427 or 5082289. OLE color: 5082289.

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

Color convert

RGB17714077-
CMYK00.210.560.31
HSL37.8º39.37%49.8%-
HSV(B)37.8º56.5%69.41%-
XYZ28.8528.6411.03-
YUV143.8890.26151.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=44.92%
G=35.53%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771407700.210.560.3137.839.3749.8
HexB18C4D015381F262732
Octal2612141150257037464762
Binary1011000110001100100110101010111100011111100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C4D; }

 p { color: rgb(177,140,77); }

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

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

 a { background-color: rgb(177,140,77); }

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

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

 span { border-color: rgb(177,140,77); }

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