#B1998E

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

Shades of Del Rio #B1998E

Tints of Del Rio #B1998E

Color information

#B1998E (or 0xB1998E) is unknown color: approx Del Rio. HEX triplet: B1, 99 and 8E. RGB value is (177,153,142). Sum of RGB (Red+Green+Blue) = 177+153+142=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998E is #4E6671. Grayscale: #9E9E9E. Windows color (decimal): -5138034 or 9345457. OLE color: 9345457.

HSL color Cylindrical-coordinate representation of color #B1998E: hue angle of 18.86º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1998E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177153142-
CMYK00.140.200.31
HSL18.86º18.32%62.55%-
HSV(B)18.86º19.77%69.41%-
XYZ34.4134.0830.36-
YUV158.92118.45140.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=37.5%
G=32.42%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715314200.140.200.3118.8618.3262.55
HexB1998E0E141F13123f
Octal2612312160162437232277
Binary1011000110011001100011100111010100111111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1998E; }

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

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

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

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

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

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

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

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