#B99184

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

Shades of Del Rio #B99184

Tints of Del Rio #B99184

Color information

#B99184 (or 0xB99184) is unknown color: approx Del Rio. HEX triplet: B9, 91 and 84. RGB value is (185,145,132). Sum of RGB (Red+Green+Blue) = 185+145+132=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99184 is #466E7B. Grayscale: #9B9B9B. Windows color (decimal): -4615804 or 8688057. OLE color: 8688057.

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

Color convert

RGB185145132-
CMYK00.220.290.27
HSL14.72º27.46%62.16%-
HSV(B)14.72º28.65%72.55%-
XYZ34.332.2326.24-
YUV155.48114.75149.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=40.04%
G=31.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514513200.220.290.2714.7227.4662.16
HexB991840161D1Bf1b3e
Octal2712212040263533173376
Binary1011100110010001100001000101101110111011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99184; }

 p { color: rgb(185,145,132); }

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

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

 a { background-color: rgb(185,145,132); }

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

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

 span { border-color: rgb(185,145,132); }

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