#B18C4A

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

Shades of Teak #B18C4A

Tints of Teak #B18C4A

Color information

#B18C4A (or 0xB18C4A) is unknown color: approx Teak. HEX triplet: B1, 8C and 4A. RGB value is (177,140,74). Sum of RGB (Red+Green+Blue) = 177+140+74=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C4A is #4E73B5. Grayscale: #8F8F8F. Windows color (decimal): -5141430 or 4885681. OLE color: 4885681.

HSL color Cylindrical-coordinate representation of color #B18C4A: hue angle of 38.45º degrees, saturation: 0.41, 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 #B18C4A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17714074-
CMYK00.210.580.31
HSL38.45º41.04%49.22%-
HSV(B)38.45º58.19%69.41%-
XYZ28.7528.610.48-
YUV143.5488.76151.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=45.27%
G=35.81%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771407400.210.580.3138.4541.0449.22
HexB18C4A0153A1F262931
Octal2612141120257237465161
Binary1011000110001100100101001010111101011111100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C4A; }

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

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

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

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

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

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

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

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