#B1A091

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

Shades of Del Rio #B1A091

Tints of Del Rio #B1A091

Color information

#B1A091 (or 0xB1A091) is unknown color: approx Del Rio. HEX triplet: B1, A0 and 91. RGB value is (177,160,145). Sum of RGB (Red+Green+Blue) = 177+160+145=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A091 is #4E5F6E. Grayscale: #A3A3A3. Windows color (decimal): -5136239 or 9543857. OLE color: 9543857.

HSL color Cylindrical-coordinate representation of color #B1A091: hue angle of 28.13º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A091 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB177160145-
CMYK00.100.180.31
HSL28.13º17.02%63.14%-
HSV(B)28.13º18.08%69.41%-
XYZ35.8136.5331.95-
YUV163.37117.63137.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=36.72%
G=33.20%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716014500.100.180.3128.1317.0263.14
HexB1A0910A121F1c113f
Octal2612402210122237342177
Binary1011000110100000100100010101010010111111110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A091; }

 p { color: rgb(177,160,145); }

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

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

 a { background-color: rgb(177,160,145); }

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

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

 span { border-color: rgb(177,160,145); }

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