#B68950

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

Shades of Teak #B68950

Tints of Teak #B68950

Color information

#B68950 (or 0xB68950) is unknown color: approx Teak. HEX triplet: B6, 89 and 50. RGB value is (182,137,80). Sum of RGB (Red+Green+Blue) = 182+137+80=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68950 is #4976AF. Grayscale: #909090. Windows color (decimal): -4814512 or 5278134. OLE color: 5278134.

HSL color Cylindrical-coordinate representation of color #B68950: hue angle of 33.53º 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 #B68950 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18213780-
CMYK00.250.560.29
HSL33.53º41.13%51.37%-
HSV(B)33.53º56.04%71.37%-
XYZ29.6928.4211.51-
YUV143.9691.91155.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=45.61%
G=34.34%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821378000.250.560.2933.5341.1351.37
HexB68950019381D222933
Octal2662111200317035425163
Binary1011011010001001101000001100111100011101100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68950; }

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

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

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

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

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

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

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

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