#B1998C

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

Shades of Del Rio #B1998C

Tints of Del Rio #B1998C

Color information

#B1998C (or 0xB1998C) is unknown color: approx Del Rio. HEX triplet: B1, 99 and 8C. RGB value is (177,153,140). Sum of RGB (Red+Green+Blue) = 177+153+140=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998C is #4E6673. Grayscale: #9E9E9E. Windows color (decimal): -5138036 or 9214385. OLE color: 9214385.

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

Color convert

RGB177153140-
CMYK00.140.210.31
HSL21.08º19.17%62.16%-
HSV(B)21.08º20.9%69.41%-
XYZ34.2634.0229.57-
YUV158.69117.45141.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=37.66%
G=32.55%
B=29.79%

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
Decimal17715314000.140.210.3121.0819.1762.16
HexB1998C0E151F15133e
Octal2612312140162537252376
Binary1011000110011001100011000111010101111111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1998C; }

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

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

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

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

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

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

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

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