#B1A199

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

Shades of Del Rio #B1A199

Tints of Del Rio #B1A199

Color information

#B1A199 (or 0xB1A199) is unknown color: approx Del Rio. HEX triplet: B1, A1 and 99. RGB value is (177,161,153). Sum of RGB (Red+Green+Blue) = 177+161+153=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A199 is #4E5E66. Grayscale: #A4A4A4. Windows color (decimal): -5135975 or 10068401. OLE color: 10068401.

HSL color Cylindrical-coordinate representation of color #B1A199: hue angle of 20º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A199 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177161153-
CMYK00.090.140.31
HSL20º13.33%64.71%-
HSV(B)20º13.56%69.41%-
XYZ36.6337.1435.37-
YUV164.87121.3136.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=36.05%
G=32.79%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716115300.090.140.312013.3364.71
HexB1A19909E1F14d41
Octal26124123101116372415101
Binary101100011010000110011001010011110111111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A199; }

 p { color: rgb(177,161,153); }

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

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

 a { background-color: rgb(177,161,153); }

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

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

 span { border-color: rgb(177,161,153); }

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