#B1998A

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

Shades of Del Rio #B1998A

Tints of Del Rio #B1998A

Color information

#B1998A (or 0xB1998A) is unknown color: approx Del Rio. HEX triplet: B1, 99 and 8A. RGB value is (177,153,138). Sum of RGB (Red+Green+Blue) = 177+153+138=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998A is #4E6675. Grayscale: #9E9E9E. Windows color (decimal): -5138038 or 9083313. OLE color: 9083313.

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

Color convert

RGB177153138-
CMYK00.140.220.31
HSL23.08º20%61.76%-
HSV(B)23.08º22.03%69.41%-
XYZ34.1133.9628.8-
YUV158.47116.45141.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=37.82%
G=32.69%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715313800.140.220.3123.082061.76
HexB1998A0E161F17143e
Octal2612312120162637272476
Binary1011000110011001100010100111010110111111011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1998A; }

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

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

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

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

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

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

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

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