#B38D4B

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

Shades of Teak #B38D4B

Tints of Teak #B38D4B

Color information

#B38D4B (or 0xB38D4B) is unknown color: approx Teak. HEX triplet: B3, 8D and 4B. RGB value is (179,141,75). Sum of RGB (Red+Green+Blue) = 179+141+75=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D4B is #4C72B4. Grayscale: #919191. Windows color (decimal): -5010101 or 4951475. OLE color: 4951475.

HSL color Cylindrical-coordinate representation of color #B38D4B: hue angle of 38.08º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B38D4B is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17914175-
CMYK00.210.580.30
HSL38.08º40.94%49.8%-
HSV(B)38.08º58.1%70.2%-
XYZ29.3929.1410.73-
YUV144.8488.59152.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=45.32%
G=35.70%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791417500.210.580.3038.0840.9449.8
HexB38D4B0153A1E262932
Octal2632151130257236465162
Binary1011001110001101100101101010111101011110100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D4B; }

 p { color: rgb(179,141,75); }

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

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

 a { background-color: rgb(179,141,75); }

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

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

 span { border-color: rgb(179,141,75); }

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