#B0998E

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

Shades of Del Rio #B0998E

Tints of Del Rio #B0998E

Color information

#B0998E (or 0xB0998E) is unknown color: approx Del Rio. HEX triplet: B0, 99 and 8E. RGB value is (176,153,142). Sum of RGB (Red+Green+Blue) = 176+153+142=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998E is #4F6671. Grayscale: #9E9E9E. Windows color (decimal): -5203570 or 9345456. OLE color: 9345456.

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

Color convert

RGB176153142-
CMYK00.130.190.31
HSL19.41º17.71%62.35%-
HSV(B)19.41º19.32%69.02%-
XYZ34.1833.9730.35-
YUV158.62118.62140.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=37.37%
G=32.48%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615314200.130.190.3119.4117.7162.35
HexB0998E0D131F13123e
Octal2602312160152337232276
Binary1011000010011001100011100110110011111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0998E; }

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

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

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

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

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

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

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

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