#B0998A

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

Shades of Del Rio #B0998A

Tints of Del Rio #B0998A

Color information

#B0998A (or 0xB0998A) is unknown color: approx Del Rio. HEX triplet: B0, 99 and 8A. RGB value is (176,153,138). Sum of RGB (Red+Green+Blue) = 176+153+138=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998A is #4F6675. Grayscale: #9E9E9E. Windows color (decimal): -5203574 or 9083312. OLE color: 9083312.

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

Color convert

RGB176153138-
CMYK00.130.220.31
HSL23.68º19.39%61.57%-
HSV(B)23.68º21.59%69.02%-
XYZ33.8833.8528.79-
YUV158.17116.62140.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=37.69%
G=32.76%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615313800.130.220.3123.6819.3961.57
HexB0998A0D161F18133e
Octal2602312120152637302376
Binary1011000010011001100010100110110110111111100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0998A; }

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

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

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

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

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

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

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

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