#B4875A

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

Shades of Teak #B4875A

Tints of Teak #B4875A

Color information

#B4875A (or 0xB4875A) is unknown color: approx Teak. HEX triplet: B4, 87 and 5A. RGB value is (180,135,90). Sum of RGB (Red+Green+Blue) = 180+135+90=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4875A is #4B78A5. Grayscale: #8F8F8F. Windows color (decimal): -4946086 or 5932980. OLE color: 5932980.

HSL color Cylindrical-coordinate representation of color #B4875A: hue angle of 30º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4875A is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18013590-
CMYK00.250.500.29
HSL30º37.5%52.94%-
HSV(B)30º50%70.59%-
XYZ29.3327.7713.49-
YUV143.3297.91154.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801359000.250.500.293037.552.94
HexB4875A019321D1e2635
Octal2642071320316235364665
Binary101101001000011110110100110011100101110111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4875A; }

 p { color: rgb(180,135,90); }

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

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

 a { background-color: rgb(180,135,90); }

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

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

 span { border-color: rgb(180,135,90); }

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