#B8998A

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

Shades of Del Rio #B8998A

Tints of Del Rio #B8998A

Color information

#B8998A (or 0xB8998A) is unknown color: approx Del Rio. HEX triplet: B8, 99 and 8A. RGB value is (184,153,138). Sum of RGB (Red+Green+Blue) = 184+153+138=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8998A is #476675. Grayscale: #A0A0A0. Windows color (decimal): -4679286 or 9083320. OLE color: 9083320.

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

Color convert

RGB184153138-
CMYK00.170.250.28
HSL19.57º24.47%63.14%-
HSV(B)19.57º25%72.16%-
XYZ35.7534.8128.88-
YUV160.56115.27144.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=38.74%
G=32.21%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415313800.170.250.2819.5724.4763.14
HexB8998A011191C14183f
Octal2702312120213134243077
Binary10111000100110011000101001000111001111001010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8998A; }

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

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

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

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

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

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

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

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