#B19152

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

Shades of Teak #B19152

Tints of Teak #B19152

Color information

#B19152 (or 0xB19152) is unknown color: approx Teak. HEX triplet: B1, 91 and 52. RGB value is (177,145,82). Sum of RGB (Red+Green+Blue) = 177+145+82=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B19152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19152 is #4E6EAD. Grayscale: #939393. Windows color (decimal): -5140142 or 5411249. OLE color: 5411249.

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

Color convert

RGB17714582-
CMYK00.180.540.31
HSL39.79º37.85%50.78%-
HSV(B)39.79º53.67%69.41%-
XYZ29.7830.2112.24-
YUV147.3991.1149.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=43.81%
G=35.89%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771458200.180.540.3139.7937.8550.78
HexB19152012361F282633
Octal2612211220226637504663
Binary1011000110010001101001001001011011011111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19152; }

 p { color: rgb(177,145,82); }

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

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

 a { background-color: rgb(177,145,82); }

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

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

 span { border-color: rgb(177,145,82); }

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