#B39151

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

Shades of Teak #B39151

Tints of Teak #B39151

Color information

#B39151 (or 0xB39151) is unknown color: approx Teak. HEX triplet: B3, 91 and 51. RGB value is (179,145,81). Sum of RGB (Red+Green+Blue) = 179+145+81=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B39151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39151 is #4C6EAE. Grayscale: #949494. Windows color (decimal): -5009071 or 5345715. OLE color: 5345715.

HSL color Cylindrical-coordinate representation of color #B39151: hue angle of 39.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B39151 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17914581-
CMYK00.190.550.30
HSL39.18º39.2%50.98%-
HSV(B)39.18º54.75%70.2%-
XYZ30.230.4312.07-
YUV147.8790.26150.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 81 (32.03% from 255) = 20%
R=44.20%
G=35.80%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791458100.190.550.3039.1839.250.98
HexB39151013371E272733
Octal2632211210236736474763
Binary1011001110010001101000101001111011111110100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39151; }

 p { color: rgb(179,145,81); }

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

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

 a { background-color: rgb(179,145,81); }

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

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

 span { border-color: rgb(179,145,81); }

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