#B0874F

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

Shades of Teak #B0874F

Tints of Teak #B0874F

Color information

#B0874F (or 0xB0874F) is unknown color: approx Teak. HEX triplet: B0, 87 and 4F. RGB value is (176,135,79). Sum of RGB (Red+Green+Blue) = 176+135+79=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0874F is #4F78B0. Grayscale: #8D8D8D. Windows color (decimal): -5208241 or 5212080. OLE color: 5212080.

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

Color convert

RGB17613579-
CMYK00.230.550.31
HSL34.64º38.04%50%-
HSV(B)34.64º55.11%69.02%-
XYZ27.9827.1211.16-
YUV140.8793.08153.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=45.13%
G=34.62%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761357900.230.550.3134.6438.0450
HexB0874F017371F232632
Octal2602071170276737434662
Binary1011000010000111100111101011111011111111100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0874F; }

 p { color: rgb(176,135,79); }

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

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

 a { background-color: rgb(176,135,79); }

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

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

 span { border-color: rgb(176,135,79); }

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