#B38357

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

Shades of Teak #B38357

Tints of Teak #B38357

Color information

#B38357 (or 0xB38357) is unknown color: approx Teak. HEX triplet: B3, 83 and 57. RGB value is (179,131,87). Sum of RGB (Red+Green+Blue) = 179+131+87=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38357 is #4C7CA8. Grayscale: #8C8C8C. Windows color (decimal): -5012649 or 5735347. OLE color: 5735347.

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

Color convert

RGB17913187-
CMYK00.270.510.30
HSL28.7º37.7%52.16%-
HSV(B)28.7º51.4%70.2%-
XYZ28.4326.512.63-
YUV140.3497.9155.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=45.09%
G=33.00%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791318700.270.510.3028.737.752.16
HexB3835701B331E1d2634
Octal2632031270336336354664
Binary101100111000001110101110110111100111111011101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38357; }

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

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

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

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

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

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

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

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