#B1A093

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

Shades of Del Rio #B1A093

Tints of Del Rio #B1A093

Color information

#B1A093 (or 0xB1A093) is unknown color: approx Del Rio. HEX triplet: B1, A0 and 93. RGB value is (177,160,147). Sum of RGB (Red+Green+Blue) = 177+160+147=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A093 is #4E5F6C. Grayscale: #A3A3A3. Windows color (decimal): -5136237 or 9674929. OLE color: 9674929.

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

Color convert

RGB177160147-
CMYK00.100.170.31
HSL26º16.13%63.53%-
HSV(B)26º16.95%69.41%-
XYZ35.9736.632.77-
YUV163.6118.63137.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=36.57%
G=33.06%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716014700.100.170.312616.1363.53
HexB1A0930A111F1a1040
Octal26124022301221373220100
Binary10110001101000001001001101010100011111111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A093; }

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

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

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

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

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

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

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

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