#B78650

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

Shades of Teak #B78650

Tints of Teak #B78650

Color information

#B78650 (or 0xB78650) is unknown color: approx Teak. HEX triplet: B7, 86 and 50. RGB value is (183,134,80). Sum of RGB (Red+Green+Blue) = 183+134+80=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B78650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78650 is #4879AF. Grayscale: #8E8E8E. Windows color (decimal): -4749744 or 5277367. OLE color: 5277367.

HSL color Cylindrical-coordinate representation of color #B78650: hue angle of 31.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B78650 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18313480-
CMYK00.270.560.28
HSL31.46º41.7%51.57%-
HSV(B)31.46º56.28%71.76%-
XYZ29.527.711.38-
YUV142.592.73156.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=46.10%
G=33.75%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831348000.270.560.2831.4641.751.57
HexB7865001B381C1f2a34
Octal2672061200337034375264
Binary101101111000011010100000110111110001110011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78650; }

 p { color: rgb(183,134,80); }

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

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

 a { background-color: rgb(183,134,80); }

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

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

 span { border-color: rgb(183,134,80); }

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