#B1A68B

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

Shades of Chino #B1A68B

Tints of Chino #B1A68B

Color information

#B1A68B (or 0xB1A68B) is unknown color: approx Chino. HEX triplet: B1, A6 and 8B. RGB value is (177,166,139). Sum of RGB (Red+Green+Blue) = 177+166+139=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A68B is #4E5974. Grayscale: #A6A6A6. Windows color (decimal): -5134709 or 9152177. OLE color: 9152177.

HSL color Cylindrical-coordinate representation of color #B1A68B: hue angle of 42.63º degrees, saturation: 0.2, 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 #B1A68B is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177166139-
CMYK00.060.210.31
HSL42.63º19.59%61.96%-
HSV(B)42.63º21.47%69.41%-
XYZ36.4338.4829.93-
YUV166.21112.64135.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=36.72%
G=34.44%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716613900.060.210.3142.6319.5961.96
HexB1A68B06151F2b143e
Octal261246213062537532476
Binary1011000110100110100010110110101011111110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A68B; }

 p { color: rgb(177,166,139); }

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

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

 a { background-color: rgb(177,166,139); }

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

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

 span { border-color: rgb(177,166,139); }

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