#B8998E

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

Shades of Del Rio #B8998E

Tints of Del Rio #B8998E

Color information

#B8998E (or 0xB8998E) is unknown color: approx Del Rio. HEX triplet: B8, 99 and 8E. RGB value is (184,153,142). Sum of RGB (Red+Green+Blue) = 184+153+142=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B8998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8998E is #476671. Grayscale: #A1A1A1. Windows color (decimal): -4679282 or 9345464. OLE color: 9345464.

HSL color Cylindrical-coordinate representation of color #B8998E: hue angle of 15.71º 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 #B8998E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184153142-
CMYK00.170.230.28
HSL15.71º22.83%63.92%-
HSV(B)15.71º22.83%72.16%-
XYZ36.0434.9330.43-
YUV161.01117.27144.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=38.41%
G=31.94%
B=29.65%

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
Decimal18415314200.170.230.2815.7122.8363.92
HexB8998E011171C101740
Octal27023121602127342027100
Binary101110001001100110001110010001101111110010000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8998E; }

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

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

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

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

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

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

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

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