#B38650

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

Shades of Teak #B38650

Tints of Teak #B38650

Color information

#B38650 (or 0xB38650) is unknown color: approx Teak. HEX triplet: B3, 86 and 50. RGB value is (179,134,80). Sum of RGB (Red+Green+Blue) = 179+134+80=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B38650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38650 is #4C79AF. Grayscale: #8D8D8D. Windows color (decimal): -5011888 or 5277363. OLE color: 5277363.

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

Color convert

RGB17913480-
CMYK00.250.550.30
HSL32.73º39.44%50.78%-
HSV(B)32.73º55.31%70.2%-
XYZ28.5627.2111.34-
YUV141.393.41154.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=45.55%
G=34.10%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791348000.250.550.3032.7339.4450.78
HexB38650019371E212733
Octal2632061200316736414763
Binary1011001110000110101000001100111011111110100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38650; }

 p { color: rgb(179,134,80); }

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

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

 a { background-color: rgb(179,134,80); }

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

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

 span { border-color: rgb(179,134,80); }

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