#B38457

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

Shades of Teak #B38457

Tints of Teak #B38457

Color information

#B38457 (or 0xB38457) is unknown color: approx Teak. HEX triplet: B3, 84 and 57. RGB value is (179,132,87). Sum of RGB (Red+Green+Blue) = 179+132+87=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B38457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38457 is #4C7BA8. Grayscale: #8D8D8D. Windows color (decimal): -5012393 or 5735603. OLE color: 5735603.

HSL color Cylindrical-coordinate representation of color #B38457: hue angle of 29.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B38457 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17913287-
CMYK00.260.510.30
HSL29.35º37.7%52.16%-
HSV(B)29.35º51.4%70.2%-
XYZ28.5626.7712.68-
YUV140.9297.57155.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 87 (34.38% from 255) = 21.86%
R=44.97%
G=33.17%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791328700.260.510.3029.3537.752.16
HexB3845701A331E1d2634
Octal2632041270326336354664
Binary101100111000010010101110110101100111111011101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38457; }

 p { color: rgb(179,132,87); }

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

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

 a { background-color: rgb(179,132,87); }

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

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

 span { border-color: rgb(179,132,87); }

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