#B1A98D

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

Shades of Chino #B1A98D

Tints of Chino #B1A98D

Color information

#B1A98D (or 0xB1A98D) is unknown color: approx Chino. HEX triplet: B1, A9 and 8D. RGB value is (177,169,141). Sum of RGB (Red+Green+Blue) = 177+169+141=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A98D is #4E5672. Grayscale: #A8A8A8. Windows color (decimal): -5133939 or 9284017. OLE color: 9284017.

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

Color convert

RGB177169141-
CMYK00.050.200.31
HSL46.67º18.75%62.35%-
HSV(B)46.67º20.34%69.41%-
XYZ37.1339.6530.89-
YUV168.2112.65134.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=36.34%
G=34.70%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716914100.050.200.3146.6718.7562.35
HexB1A98D05141F2f133e
Octal261251215052437572376
Binary1011000110101001100011010101101001111110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A98D; }

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

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

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

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

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

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

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

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