#B1988C

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

Shades of Del Rio #B1988C

Tints of Del Rio #B1988C

Color information

#B1988C (or 0xB1988C) is unknown color: approx Del Rio. HEX triplet: B1, 98 and 8C. RGB value is (177,152,140). Sum of RGB (Red+Green+Blue) = 177+152+140=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1988C is #4E6773. Grayscale: #9E9E9E. Windows color (decimal): -5138292 or 9214129. OLE color: 9214129.

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

Color convert

RGB177152140-
CMYK00.140.210.31
HSL19.46º19.17%62.16%-
HSV(B)19.46º20.9%69.41%-
XYZ34.0933.729.52-
YUV158.11117.78141.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=37.74%
G=32.41%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715214000.140.210.3119.4619.1762.16
HexB1988C0E151F13133e
Octal2612302140162537232376
Binary1011000110011000100011000111010101111111001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1988C; }

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

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

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

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

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

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

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

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