#B1A090

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

Shades of Del Rio #B1A090

Tints of Del Rio #B1A090

Color information

#B1A090 (or 0xB1A090) is unknown color: approx Del Rio. HEX triplet: B1, A0 and 90. RGB value is (177,160,144). Sum of RGB (Red+Green+Blue) = 177+160+144=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A090 is #4E5F6F. Grayscale: #A3A3A3. Windows color (decimal): -5136240 or 9478321. OLE color: 9478321.

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

Color convert

RGB177160144-
CMYK00.100.190.31
HSL29.09º17.46%62.94%-
HSV(B)29.09º18.64%69.41%-
XYZ35.7436.531.55-
YUV163.26117.13137.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=36.80%
G=33.26%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716014400.100.190.3129.0917.4662.94
HexB1A0900A131F1d113f
Octal2612402200122337352177
Binary1011000110100000100100000101010011111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A090; }

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

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

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

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

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

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

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

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