#B78751

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

Shades of Teak #B78751

Tints of Teak #B78751

Color information

#B78751 (or 0xB78751) is unknown color: approx Teak. HEX triplet: B7, 87 and 51. RGB value is (183,135,81). Sum of RGB (Red+Green+Blue) = 183+135+81=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B78751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78751 is #4878AE. Grayscale: #8F8F8F. Windows color (decimal): -4749487 or 5343159. OLE color: 5343159.

HSL color Cylindrical-coordinate representation of color #B78751: hue angle of 31.76º degrees, saturation: 0.41, 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 #B78751 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18313581-
CMYK00.260.560.28
HSL31.76º41.46%51.76%-
HSV(B)31.76º55.74%71.76%-
XYZ29.6827.9911.62-
YUV143.292.9156.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=45.86%
G=33.83%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831358100.260.560.2831.7641.4651.76
HexB7875101A381C202934
Octal2672071210327034405164
Binary1011011110000111101000101101011100011100100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78751; }

 p { color: rgb(183,135,81); }

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

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

 a { background-color: rgb(183,135,81); }

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

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

 span { border-color: rgb(183,135,81); }

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