#B4894E

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

Shades of Teak #B4894E

Tints of Teak #B4894E

Color information

#B4894E (or 0xB4894E) is unknown color: approx Teak. HEX triplet: B4, 89 and 4E. RGB value is (180,137,78). Sum of RGB (Red+Green+Blue) = 180+137+78=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4894E is #4B76B1. Grayscale: #8F8F8F. Windows color (decimal): -4945586 or 5147060. OLE color: 5147060.

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

Color convert

RGB18013778-
CMYK00.240.570.29
HSL34.71º40.48%50.59%-
HSV(B)34.71º56.67%70.59%-
XYZ29.1428.1411.1-
YUV143.1391.25154.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=45.57%
G=34.68%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801377800.240.570.2934.7140.4850.59
HexB4894E018391D232833
Octal2642111160307135435063
Binary1011010010001001100111001100011100111101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4894E; }

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

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

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

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

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

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

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

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