#B18C4F

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

Shades of Teak #B18C4F

Tints of Teak #B18C4F

Color information

#B18C4F (or 0xB18C4F) is unknown color: approx Teak. HEX triplet: B1, 8C and 4F. RGB value is (177,140,79). Sum of RGB (Red+Green+Blue) = 177+140+79=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C4F is #4E73B0. Grayscale: #909090. Windows color (decimal): -5141425 or 5213361. OLE color: 5213361.

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

Color convert

RGB17714079-
CMYK00.210.550.31
HSL37.35º38.58%50.2%-
HSV(B)37.35º55.37%69.41%-
XYZ28.9228.6711.41-
YUV144.1191.26151.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=44.70%
G=35.35%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771407900.210.550.3137.3538.5850.2
HexB18C4F015371F252732
Octal2612141170256737454762
Binary1011000110001100100111101010111011111111100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C4F; }

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

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

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

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

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

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

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

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