#B19050

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

Shades of Teak #B19050

Tints of Teak #B19050

Color information

#B19050 (or 0xB19050) is unknown color: approx Teak. HEX triplet: B1, 90 and 50. RGB value is (177,144,80). Sum of RGB (Red+Green+Blue) = 177+144+80=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19050 is #4E6FAF. Grayscale: #929292. Windows color (decimal): -5140400 or 5279921. OLE color: 5279921.

HSL color Cylindrical-coordinate representation of color #B19050: hue angle of 39.59º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B19050 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17714480-
CMYK00.190.550.31
HSL39.59º38.34%50.39%-
HSV(B)39.59º54.8%69.41%-
XYZ29.5529.8711.8-
YUV146.5790.43149.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=44.14%
G=35.91%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771448000.190.550.3139.5938.3450.39
HexB19050013371F282632
Octal2612201200236737504662
Binary1011000110010000101000001001111011111111101000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19050; }

 p { color: rgb(177,144,80); }

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

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

 a { background-color: rgb(177,144,80); }

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

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

 span { border-color: rgb(177,144,80); }

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