#B38556

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

Shades of Teak #B38556

Tints of Teak #B38556

Color information

#B38556 (or 0xB38556) is unknown color: approx Teak. HEX triplet: B3, 85 and 56. RGB value is (179,133,86). Sum of RGB (Red+Green+Blue) = 179+133+86=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B38556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38556 is #4C7AA9. Grayscale: #8D8D8D. Windows color (decimal): -5012138 or 5670323. OLE color: 5670323.

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

Color convert

RGB17913386-
CMYK00.260.520.30
HSL30.32º37.96%51.96%-
HSV(B)30.32º51.96%70.2%-
XYZ28.6627.0312.51-
YUV141.496.74154.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=44.97%
G=33.42%
B=21.61%

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
Decimal1791338600.260.520.3030.3237.9651.96
HexB3855601A341E1e2634
Octal2632051260326436364664
Binary101100111000010110101100110101101001111011110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38556; }

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

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

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

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

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

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

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

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