#B1A092

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

Shades of Del Rio #B1A092

Tints of Del Rio #B1A092

Color information

#B1A092 (or 0xB1A092) is unknown color: approx Del Rio. HEX triplet: B1, A0 and 92. RGB value is (177,160,146). Sum of RGB (Red+Green+Blue) = 177+160+146=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A092 is #4E5F6D. Grayscale: #A3A3A3. Windows color (decimal): -5136238 or 9609393. OLE color: 9609393.

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

Color convert

RGB177160146-
CMYK00.100.180.31
HSL27.1º16.58%63.33%-
HSV(B)27.1º17.51%69.41%-
XYZ35.8936.5632.36-
YUV163.49118.13137.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=36.65%
G=33.13%
B=30.23%

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
Decimal17716014600.100.180.3127.116.5863.33
HexB1A0920A121F1b113f
Octal2612402220122237332177
Binary1011000110100000100100100101010010111111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A092; }

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

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

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

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

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

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

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

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