#B18A5B

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

Shades of Teak #B18A5B

Tints of Teak #B18A5B

Color information

#B18A5B (or 0xB18A5B) is unknown color: approx Teak. HEX triplet: B1, 8A and 5B. RGB value is (177,138,91). Sum of RGB (Red+Green+Blue) = 177+138+91=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A5B is #4E75A4. Grayscale: #909090. Windows color (decimal): -5141925 or 5999281. OLE color: 5999281.

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

Color convert

RGB17713891-
CMYK00.220.490.31
HSL32.79º35.54%52.55%-
HSV(B)32.79º48.59%69.41%-
XYZ29.1128.2813.82-
YUV144.397.92151.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=43.60%
G=33.99%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771389100.220.490.3132.7935.5452.55
HexB18A5B016311F212435
Octal2612121330266137414465
Binary1011000110001010101101101011011000111111100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A5B; }

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

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

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

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

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

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

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

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