#B99D94

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

Shades of Del Rio #B99D94

Tints of Del Rio #B99D94

Color information

#B99D94 (or 0xB99D94) is unknown color: approx Del Rio. HEX triplet: B9, 9D and 94. RGB value is (185,157,148). Sum of RGB (Red+Green+Blue) = 185+157+148=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D94 is #46626B. Grayscale: #A4A4A4. Windows color (decimal): -4612716 or 9739705. OLE color: 9739705.

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

Color convert

RGB185157148-
CMYK00.150.200.27
HSL14.59º20.9%65.29%-
HSV(B)14.59º20%72.55%-
XYZ37.4136.5733.1-
YUV164.35118.78142.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=37.76%
G=32.04%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515714800.150.200.2714.5920.965.29
HexB99D940F141Bf1541
Octal27123522401724331725101
Binary1011100110011101100101000111110100110111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D94; }

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

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

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

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

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

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

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

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