#B0998D

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

Shades of Del Rio #B0998D

Tints of Del Rio #B0998D

Color information

#B0998D (or 0xB0998D) is unknown color: approx Del Rio. HEX triplet: B0, 99 and 8D. RGB value is (176,153,141). Sum of RGB (Red+Green+Blue) = 176+153+141=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998D is #4F6672. Grayscale: #9E9E9E. Windows color (decimal): -5203571 or 9279920. OLE color: 9279920.

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

Color convert

RGB176153141-
CMYK00.130.200.31
HSL20.57º18.13%62.16%-
HSV(B)20.57º19.89%69.02%-
XYZ34.133.9429.95-
YUV158.51118.12140.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 141 (55.47% from 255) = 30%
R=37.45%
G=32.55%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615314100.130.200.3120.5718.1362.16
HexB0998D0D141F15123e
Octal2602312150152437252276
Binary1011000010011001100011010110110100111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0998D; }

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

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

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

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

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

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

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

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