#B1A88C

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

Shades of Chino #B1A88C

Tints of Chino #B1A88C

Color information

#B1A88C (or 0xB1A88C) is unknown color: approx Chino. HEX triplet: B1, A8 and 8C. RGB value is (177,168,140). Sum of RGB (Red+Green+Blue) = 177+168+140=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A88C is #4E5773. Grayscale: #A7A7A7. Windows color (decimal): -5134196 or 9218225. OLE color: 9218225.

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

Color convert

RGB177168140-
CMYK00.050.210.31
HSL45.41º19.17%62.16%-
HSV(B)45.41º20.9%69.41%-
XYZ36.8739.2530.44-
YUV167.5112.48134.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=36.49%
G=34.64%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716814000.050.210.3145.4119.1762.16
HexB1A88C05151F2d133e
Octal261250214052537552376
Binary1011000110101000100011000101101011111110110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A88C; }

 p { color: rgb(177,168,140); }

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

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

 a { background-color: rgb(177,168,140); }

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

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

 span { border-color: rgb(177,168,140); }

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