#B19890

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

Shades of Del Rio #B19890

Tints of Del Rio #B19890

Color information

#B19890 (or 0xB19890) is unknown color: approx Del Rio. HEX triplet: B1, 98 and 90. RGB value is (177,152,144). Sum of RGB (Red+Green+Blue) = 177+152+144=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19890 is #4E676F. Grayscale: #9E9E9E. Windows color (decimal): -5138288 or 9476273. OLE color: 9476273.

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

Color convert

RGB177152144-
CMYK00.140.190.31
HSL14.55º17.46%62.94%-
HSV(B)14.55º18.64%69.41%-
XYZ34.3933.8231.1-
YUV158.56119.78141.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=37.42%
G=32.14%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715214400.140.190.3114.5517.4662.94
HexB198900E131Ff113f
Octal2612302200162337172177
Binary101100011001100010010000011101001111111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19890; }

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

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

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

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

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

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

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

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