#B38758

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

Shades of Teak #B38758

Tints of Teak #B38758

Color information

#B38758 (or 0xB38758) is unknown color: approx Teak. HEX triplet: B3, 87 and 58. RGB value is (179,135,88). Sum of RGB (Red+Green+Blue) = 179+135+88=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B38758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38758 is #4C78A7. Grayscale: #8F8F8F. Windows color (decimal): -5011624 or 5801907. OLE color: 5801907.

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

Color convert

RGB17913588-
CMYK00.250.510.30
HSL30.99º37.45%52.35%-
HSV(B)30.99º50.84%70.2%-
XYZ29.0227.6213.03-
YUV142.897.08153.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 88 (34.77% from 255) = 21.89%
R=44.53%
G=33.58%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791358800.250.510.3030.9937.4552.35
HexB38758019331E1f2534
Octal2632071300316336374564
Binary101100111000011110110000110011100111111011111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38758; }

 p { color: rgb(179,135,88); }

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

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

 a { background-color: rgb(179,135,88); }

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

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

 span { border-color: rgb(179,135,88); }

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