#B1845A

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

Shades of Teak #B1845A

Tints of Teak #B1845A

Color information

#B1845A (or 0xB1845A) is unknown color: approx Teak. HEX triplet: B1, 84 and 5A. RGB value is (177,132,90). Sum of RGB (Red+Green+Blue) = 177+132+90=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1845A is #4E7BA5. Grayscale: #8C8C8C. Windows color (decimal): -5143462 or 5932209. OLE color: 5932209.

HSL color Cylindrical-coordinate representation of color #B1845A: hue angle of 28.97º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1845A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17713290-
CMYK00.250.490.31
HSL28.97º35.8%52.35%-
HSV(B)28.97º49.15%69.41%-
XYZ28.2326.5913.32-
YUV140.6799.41153.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=44.36%
G=33.08%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771329000.250.490.3128.9735.852.35
HexB1845A019311F1d2434
Octal2612041320316137354464
Binary101100011000010010110100110011100011111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1845A; }

 p { color: rgb(177,132,90); }

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

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

 a { background-color: rgb(177,132,90); }

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

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

 span { border-color: rgb(177,132,90); }

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