#B78551

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

Shades of Teak #B78551

Tints of Teak #B78551

Color information

#B78551 (or 0xB78551) is unknown color: approx Teak. HEX triplet: B7, 85 and 51. RGB value is (183,133,81). Sum of RGB (Red+Green+Blue) = 183+133+81=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B78551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78551 is #487AAE. Grayscale: #8E8E8E. Windows color (decimal): -4749999 or 5342647. OLE color: 5342647.

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

Color convert

RGB18313381-
CMYK00.270.560.28
HSL30.59º41.46%51.76%-
HSV(B)30.59º55.74%71.76%-
XYZ29.427.4411.53-
YUV142.0293.56157.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=46.10%
G=33.50%
B=20.40%

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
Decimal1831338100.270.560.2830.5941.4651.76
HexB7855101B381C1f2934
Octal2672051210337034375164
Binary101101111000010110100010110111110001110011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78551; }

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

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

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

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

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

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

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

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