#B8998D

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

Shades of Del Rio #B8998D

Tints of Del Rio #B8998D

Color information

#B8998D (or 0xB8998D) is unknown color: approx Del Rio. HEX triplet: B8, 99 and 8D. RGB value is (184,153,141). Sum of RGB (Red+Green+Blue) = 184+153+141=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8998D is #476672. Grayscale: #A0A0A0. Windows color (decimal): -4679283 or 9279928. OLE color: 9279928.

HSL color Cylindrical-coordinate representation of color #B8998D: hue angle of 16.74º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8998D is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184153141-
CMYK00.170.230.28
HSL16.74º23.24%63.73%-
HSV(B)16.74º23.37%72.16%-
XYZ35.9734.930.04-
YUV160.9116.77144.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=38.49%
G=32.01%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415314100.170.230.2816.7423.2463.73
HexB8998D011171C111740
Octal27023121502127342127100
Binary101110001001100110001101010001101111110010001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8998D; }

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

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

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

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

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

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

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

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