#B99B8A

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

Shades of Del Rio #B99B8A

Tints of Del Rio #B99B8A

Color information

#B99B8A (or 0xB99B8A) is unknown color: approx Del Rio. HEX triplet: B9, 9B and 8A. RGB value is (185,155,138). Sum of RGB (Red+Green+Blue) = 185+155+138=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B8A is #466475. Grayscale: #A2A2A2. Windows color (decimal): -4613238 or 9083833. OLE color: 9083833.

HSL color Cylindrical-coordinate representation of color #B99B8A: hue angle of 21.7º 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 #B99B8A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185155138-
CMYK00.160.250.27
HSL21.7º25.13%63.33%-
HSV(B)21.7º25.41%72.55%-
XYZ36.3235.5929-
YUV162.03114.44144.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=38.70%
G=32.43%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515513800.160.250.2721.725.1363.33
HexB99B8A010191B16193f
Octal2712332120203133263177
Binary10111001100110111000101001000011001110111011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B8A; }

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

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

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

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

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

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

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

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