#B38751

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

Shades of Teak #B38751

Tints of Teak #B38751

Color information

#B38751 (or 0xB38751) is unknown color: approx Teak. HEX triplet: B3, 87 and 51. RGB value is (179,135,81). Sum of RGB (Red+Green+Blue) = 179+135+81=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B38751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38751 is #4C78AE. Grayscale: #8E8E8E. Windows color (decimal): -5011631 or 5343155. OLE color: 5343155.

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

Color convert

RGB17913581-
CMYK00.250.550.30
HSL33.06º39.2%50.98%-
HSV(B)33.06º54.75%70.2%-
XYZ28.7427.5111.58-
YUV14293.58154.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=45.32%
G=34.18%
B=20.51%

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
Decimal1791358100.250.550.3033.0639.250.98
HexB38751019371E212733
Octal2632071210316736414763
Binary1011001110000111101000101100111011111110100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38751; }

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

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

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

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

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

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

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

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