#B68850

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

Shades of Teak #B68850

Tints of Teak #B68850

Color information

#B68850 (or 0xB68850) is unknown color: approx Teak. HEX triplet: B6, 88 and 50. RGB value is (182,136,80). Sum of RGB (Red+Green+Blue) = 182+136+80=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68850 is #4977AF. Grayscale: #8F8F8F. Windows color (decimal): -4814768 or 5277878. OLE color: 5277878.

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

Color convert

RGB18213680-
CMYK00.250.560.29
HSL32.94º41.13%51.37%-
HSV(B)32.94º56.04%71.37%-
XYZ29.5428.1311.46-
YUV143.3792.24155.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 80 (31.64% from 255) = 20.10%
R=45.73%
G=34.17%
B=20.10%

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
Decimal1821368000.250.560.2932.9441.1351.37
HexB68850019381D212933
Octal2662101200317035415163
Binary1011011010001000101000001100111100011101100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68850; }

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

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

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

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

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

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

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

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