#B1AA8A

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

Shades of Chino #B1AA8A

Tints of Chino #B1AA8A

Color information

#B1AA8A (or 0xB1AA8A) is unknown color: approx Chino. HEX triplet: B1, AA and 8A. RGB value is (177,170,138). Sum of RGB (Red+Green+Blue) = 177+170+138=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA8A is #4E5575. Grayscale: #A8A8A8. Windows color (decimal): -5133686 or 9087665. OLE color: 9087665.

HSL color Cylindrical-coordinate representation of color #B1AA8A: hue angle of 49.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1AA8A is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB177170138-
CMYK00.040.220.31
HSL49.23º20%61.76%-
HSV(B)49.23º22.03%69.41%-
XYZ37.0939.9329.8-
YUV168.44110.82134.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=36.49%
G=35.05%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013800.040.220.3149.232061.76
HexB1AA8A04161F31143e
Octal261252212042637612476
Binary1011000110101010100010100100101101111111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA8A; }

 p { color: rgb(177,170,138); }

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

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

 a { background-color: rgb(177,170,138); }

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

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

 span { border-color: rgb(177,170,138); }

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