#B38E4B

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

Shades of Teak #B38E4B

Tints of Teak #B38E4B

Color information

#B38E4B (or 0xB38E4B) is unknown color: approx Teak. HEX triplet: B3, 8E and 4B. RGB value is (179,142,75). Sum of RGB (Red+Green+Blue) = 179+142+75=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E4B is #4C71B4. Grayscale: #919191. Windows color (decimal): -5009845 or 4951731. OLE color: 4951731.

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

Color convert

RGB17914275-
CMYK00.210.580.30
HSL38.65º40.94%49.8%-
HSV(B)38.65º58.1%70.2%-
XYZ29.5329.4410.78-
YUV145.4388.26151.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=45.20%
G=35.86%
B=18.94%

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
Decimal1791427500.210.580.3038.6540.9449.8
HexB38E4B0153A1E272932
Octal2632161130257236475162
Binary1011001110001110100101101010111101011110100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E4B; }

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

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

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

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

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

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

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

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