#B99485

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

Shades of Del Rio #B99485

Tints of Del Rio #B99485

Color information

#B99485 (or 0xB99485) is unknown color: approx Del Rio. HEX triplet: B9, 94 and 85. RGB value is (185,148,133). Sum of RGB (Red+Green+Blue) = 185+148+133=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99485 is #466B7A. Grayscale: #9D9D9D. Windows color (decimal): -4615035 or 8754361. OLE color: 8754361.

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

Color convert

RGB185148133-
CMYK00.200.280.27
HSL17.31º27.08%62.35%-
HSV(B)17.31º28.11%72.55%-
XYZ34.8333.1926.76-
YUV157.35114.26147.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=39.70%
G=31.76%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514813300.200.280.2717.3127.0862.35
HexB994850141C1B111b3e
Octal2712242050243433213376
Binary10111001100101001000010101010011100110111000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99485; }

 p { color: rgb(185,148,133); }

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

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

 a { background-color: rgb(185,148,133); }

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

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

 span { border-color: rgb(185,148,133); }

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