#B78850

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

Shades of Teak #B78850

Tints of Teak #B78850

Color information

#B78850 (or 0xB78850) is unknown color: approx Teak. HEX triplet: B7, 88 and 50. RGB value is (183,136,80). Sum of RGB (Red+Green+Blue) = 183+136+80=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B78850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78850 is #4877AF. Grayscale: #8F8F8F. Windows color (decimal): -4749232 or 5277879. OLE color: 5277879.

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

Color convert

RGB18313680-
CMYK00.260.560.28
HSL32.62º41.7%51.57%-
HSV(B)32.62º56.28%71.76%-
XYZ29.7828.2511.47-
YUV143.6792.07156.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=45.86%
G=34.09%
B=20.05%

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
Decimal1831368000.260.560.2832.6241.751.57
HexB7885001A381C212a34
Octal2672101200327034415264
Binary1011011110001000101000001101011100011100100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78850; }

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

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

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

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

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

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

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

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