#B1998D

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

Shades of Del Rio #B1998D

Tints of Del Rio #B1998D

Color information

#B1998D (or 0xB1998D) is unknown color: approx Del Rio. HEX triplet: B1, 99 and 8D. RGB value is (177,153,141). Sum of RGB (Red+Green+Blue) = 177+153+141=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998D is #4E6672. Grayscale: #9E9E9E. Windows color (decimal): -5138035 or 9279921. OLE color: 9279921.

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

Color convert

RGB177153141-
CMYK00.140.200.31
HSL20º18.75%62.35%-
HSV(B)20º20.34%69.41%-
XYZ34.3334.0529.96-
YUV158.81117.95140.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=37.58%
G=32.48%
B=29.94%

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
Decimal17715314100.140.200.312018.7562.35
HexB1998D0E141F14133e
Octal2612312150162437242376
Binary1011000110011001100011010111010100111111010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1998D; }

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

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

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

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

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

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

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

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