#B1A987

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

Shades of Chino #B1A987

Tints of Chino #B1A987

Color information

#B1A987 (or 0xB1A987) is unknown color: approx Chino. HEX triplet: B1, A9 and 87. RGB value is (177,169,135). Sum of RGB (Red+Green+Blue) = 177+169+135=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A987 is #4E5678. Grayscale: #A7A7A7. Windows color (decimal): -5133945 or 8890801. OLE color: 8890801.

HSL color Cylindrical-coordinate representation of color #B1A987: hue angle of 48.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A987 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177169135-
CMYK00.050.240.31
HSL48.57º21.21%61.18%-
HSV(B)48.57º23.73%69.41%-
XYZ36.6939.4728.61-
YUV167.52109.65134.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=36.80%
G=35.14%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716913500.050.240.3148.5721.2161.18
HexB1A98705181F31153d
Octal261251207053037612575
Binary1011000110101001100001110101110001111111000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A987; }

 p { color: rgb(177,169,135); }

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

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

 a { background-color: rgb(177,169,135); }

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

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

 span { border-color: rgb(177,169,135); }

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