#B1874F

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

Shades of Teak #B1874F

Tints of Teak #B1874F

Color information

#B1874F (or 0xB1874F) is unknown color: approx Teak. HEX triplet: B1, 87 and 4F. RGB value is (177,135,79). Sum of RGB (Red+Green+Blue) = 177+135+79=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1874F is #4E78B0. Grayscale: #8D8D8D. Windows color (decimal): -5142705 or 5212081. OLE color: 5212081.

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

Color convert

RGB17713579-
CMYK00.240.550.31
HSL34.29º38.58%50.2%-
HSV(B)34.29º55.37%69.41%-
XYZ28.2127.2411.17-
YUV141.1792.91153.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=45.27%
G=34.53%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771357900.240.550.3134.2938.5850.2
HexB1874F018371F222732
Octal2612071170306737424762
Binary1011000110000111100111101100011011111111100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1874F; }

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

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

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

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

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

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

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

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