#B9998A

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

Shades of Del Rio #B9998A

Tints of Del Rio #B9998A

Color information

#B9998A (or 0xB9998A) is unknown color: approx Del Rio. HEX triplet: B9, 99 and 8A. RGB value is (185,153,138). Sum of RGB (Red+Green+Blue) = 185+153+138=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9998A is #466675. Grayscale: #A0A0A0. Windows color (decimal): -4613750 or 9083321. OLE color: 9083321.

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

Color convert

RGB185153138-
CMYK00.170.250.27
HSL19.15º25.13%63.33%-
HSV(B)19.15º25.41%72.55%-
XYZ35.9934.9328.89-
YUV160.86115.1145.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=38.87%
G=32.14%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515313800.170.250.2719.1525.1363.33
HexB9998A011191B13193f
Octal2712312120213133233177
Binary10111001100110011000101001000111001110111001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9998A; }

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

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

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

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

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

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

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

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