#B68750

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

Shades of Teak #B68750

Tints of Teak #B68750

Color information

#B68750 (or 0xB68750) is unknown color: approx Teak. HEX triplet: B6, 87 and 50. RGB value is (182,135,80). Sum of RGB (Red+Green+Blue) = 182+135+80=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68750 is #4978AF. Grayscale: #8F8F8F. Windows color (decimal): -4815024 or 5277622. OLE color: 5277622.

HSL color Cylindrical-coordinate representation of color #B68750: hue angle of 32.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B68750 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18213580-
CMYK00.260.560.29
HSL32.35º41.13%51.37%-
HSV(B)32.35º56.04%71.37%-
XYZ29.427.8511.42-
YUV142.7892.57155.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=45.84%
G=34.01%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821358000.260.560.2932.3541.1351.37
HexB6875001A381D202933
Octal2662071200327035405163
Binary1011011010000111101000001101011100011101100000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68750; }

 p { color: rgb(182,135,80); }

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

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

 a { background-color: rgb(182,135,80); }

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

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

 span { border-color: rgb(182,135,80); }

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