#B1A68A

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

Shades of Chino #B1A68A

Tints of Chino #B1A68A

Color information

#B1A68A (or 0xB1A68A) is unknown color: approx Chino. HEX triplet: B1, A6 and 8A. RGB value is (177,166,138). Sum of RGB (Red+Green+Blue) = 177+166+138=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A68A is #4E5975. Grayscale: #A6A6A6. Windows color (decimal): -5134710 or 9086641. OLE color: 9086641.

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

Color convert

RGB177166138-
CMYK00.060.220.31
HSL43.08º20%61.76%-
HSV(B)43.08º22.03%69.41%-
XYZ36.3638.4529.55-
YUV166.1112.14135.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=36.80%
G=34.51%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716613800.060.220.3143.082061.76
HexB1A68A06161F2b143e
Octal261246212062637532476
Binary1011000110100110100010100110101101111110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A68A; }

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

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

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

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

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

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

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

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