#B38B51

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

Shades of Teak #B38B51

Tints of Teak #B38B51

Color information

#B38B51 (or 0xB38B51) is unknown color: approx Teak. HEX triplet: B3, 8B and 51. RGB value is (179,139,81). Sum of RGB (Red+Green+Blue) = 179+139+81=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B51 is #4C74AE. Grayscale: #909090. Windows color (decimal): -5010607 or 5344179. OLE color: 5344179.

HSL color Cylindrical-coordinate representation of color #B38B51: hue angle of 35.51º 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 #B38B51 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17913981-
CMYK00.220.550.30
HSL35.51º39.2%50.98%-
HSV(B)35.51º54.75%70.2%-
XYZ29.3128.6411.77-
YUV144.3592.25152.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=44.86%
G=34.84%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791398100.220.550.3035.5139.250.98
HexB38B51016371E242733
Octal2632131210266736444763
Binary1011001110001011101000101011011011111110100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B51; }

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

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

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

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

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

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

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

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