#B38456

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

Shades of Teak #B38456

Tints of Teak #B38456

Color information

#B38456 (or 0xB38456) is unknown color: approx Teak. HEX triplet: B3, 84 and 56. RGB value is (179,132,86). Sum of RGB (Red+Green+Blue) = 179+132+86=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38456 is #4C7BA9. Grayscale: #8D8D8D. Windows color (decimal): -5012394 or 5670067. OLE color: 5670067.

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

Color convert

RGB17913286-
CMYK00.260.520.30
HSL29.68º37.96%51.96%-
HSV(B)29.68º51.96%70.2%-
XYZ28.5226.7612.47-
YUV140.8197.07155.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=45.09%
G=33.25%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791328600.260.520.3029.6837.9651.96
HexB3845601A341E1e2634
Octal2632041260326436364664
Binary101100111000010010101100110101101001111011110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38456; }

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

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

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

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

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

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

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

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