#B99B93

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

Shades of Del Rio #B99B93

Tints of Del Rio #B99B93

Color information

#B99B93 (or 0xB99B93) is unknown color: approx Del Rio. HEX triplet: B9, 9B and 93. RGB value is (185,155,147). Sum of RGB (Red+Green+Blue) = 185+155+147=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B93 is #46646C. Grayscale: #A3A3A3. Windows color (decimal): -4613229 or 9673657. OLE color: 9673657.

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

Color convert

RGB185155147-
CMYK00.160.210.27
HSL12.63º21.35%65.1%-
HSV(B)12.63º20.54%72.55%-
XYZ3735.8632.58-
YUV163.06118.94143.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=37.99%
G=31.83%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515514700.160.210.2712.6321.3565.1
HexB99B93010151Bd1541
Octal27123322302025331525101
Binary10111001100110111001001101000010101110111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B93; }

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

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

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

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

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

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

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

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