#B4894F

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

Shades of Teak #B4894F

Tints of Teak #B4894F

Color information

#B4894F (or 0xB4894F) is unknown color: approx Teak. HEX triplet: B4, 89 and 4F. RGB value is (180,137,79). Sum of RGB (Red+Green+Blue) = 180+137+79=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4894F is #4B76B0. Grayscale: #8F8F8F. Windows color (decimal): -4945585 or 5212596. OLE color: 5212596.

HSL color Cylindrical-coordinate representation of color #B4894F: hue angle of 34.46º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4894F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18013779-
CMYK00.240.560.29
HSL34.46º40.24%50.78%-
HSV(B)34.46º56.11%70.59%-
XYZ29.1828.1611.29-
YUV143.2491.75154.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=45.45%
G=34.60%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801377900.240.560.2934.4640.2450.78
HexB4894F018381D222833
Octal2642111170307035425063
Binary1011010010001001100111101100011100011101100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4894F; }

 p { color: rgb(180,137,79); }

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

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

 a { background-color: rgb(180,137,79); }

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

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

 span { border-color: rgb(180,137,79); }

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