#B0998B

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

Shades of Del Rio #B0998B

Tints of Del Rio #B0998B

Color information

#B0998B (or 0xB0998B) is unknown color: approx Del Rio. HEX triplet: B0, 99 and 8B. RGB value is (176,153,139). Sum of RGB (Red+Green+Blue) = 176+153+139=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998B is #4F6674. Grayscale: #9E9E9E. Windows color (decimal): -5203573 or 9148848. OLE color: 9148848.

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

Color convert

RGB176153139-
CMYK00.130.210.31
HSL22.7º18.97%61.76%-
HSV(B)22.7º21.02%69.02%-
XYZ33.9633.8829.18-
YUV158.28117.12140.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=37.61%
G=32.69%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615313900.130.210.3122.718.9761.76
HexB0998B0D151F17133e
Octal2602312130152537272376
Binary1011000010011001100010110110110101111111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0998B; }

 p { color: rgb(176,153,139); }

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

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

 a { background-color: rgb(176,153,139); }

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

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

 span { border-color: rgb(176,153,139); }

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