#B4884F

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

Shades of Teak #B4884F

Tints of Teak #B4884F

Color information

#B4884F (or 0xB4884F) is unknown color: approx Teak. HEX triplet: B4, 88 and 4F. RGB value is (180,136,79). Sum of RGB (Red+Green+Blue) = 180+136+79=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4884F is #4B77B0. Grayscale: #8E8E8E. Windows color (decimal): -4945841 or 5212340. OLE color: 5212340.

HSL color Cylindrical-coordinate representation of color #B4884F: hue angle of 33.86º 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 #B4884F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18013679-
CMYK00.240.560.29
HSL33.86º40.24%50.78%-
HSV(B)33.86º56.11%70.59%-
XYZ29.0427.8811.25-
YUV142.6692.08154.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 79 (31.25% from 255) = 20%
R=45.57%
G=34.43%
B=20%

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
Decimal1801367900.240.560.2933.8640.2450.78
HexB4884F018381D222833
Octal2642101170307035425063
Binary1011010010001000100111101100011100011101100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4884F; }

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

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

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

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

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

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

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

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