#B5874D

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

Shades of Teak #B5874D

Tints of Teak #B5874D

Color information

#B5874D (or 0xB5874D) is unknown color: approx Teak. HEX triplet: B5, 87 and 4D. RGB value is (181,135,77). Sum of RGB (Red+Green+Blue) = 181+135+77=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5874D is #4A78B2. Grayscale: #8E8E8E. Windows color (decimal): -4880563 or 5081013. OLE color: 5081013.

HSL color Cylindrical-coordinate representation of color #B5874D: hue angle of 33.46º degrees, saturation: 0.41, 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 #B5874D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18113577-
CMYK00.250.570.29
HSL33.46º41.27%50.59%-
HSV(B)33.46º57.46%70.98%-
XYZ29.0627.6910.83-
YUV142.1491.24155.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=46.06%
G=34.35%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811357700.250.570.2933.4641.2750.59
HexB5874D019391D212933
Octal2652071150317135415163
Binary1011010110000111100110101100111100111101100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5874D; }

 p { color: rgb(181,135,77); }

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

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

 a { background-color: rgb(181,135,77); }

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

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

 span { border-color: rgb(181,135,77); }

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