#B99B94

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

Shades of Del Rio #B99B94

Tints of Del Rio #B99B94

Color information

#B99B94 (or 0xB99B94) is unknown color: approx Del Rio. HEX triplet: B9, 9B and 94. RGB value is (185,155,148). Sum of RGB (Red+Green+Blue) = 185+155+148=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B94 is #46646B. Grayscale: #A3A3A3. Windows color (decimal): -4613228 or 9739193. OLE color: 9739193.

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

Color convert

RGB185155148-
CMYK00.160.200.27
HSL11.35º20.9%65.29%-
HSV(B)11.35º20%72.55%-
XYZ37.0735.932.99-
YUV163.17119.44143.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=37.91%
G=31.76%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515514800.160.200.2711.3520.965.29
HexB99B94010141Bb1541
Octal27123322402024331325101
Binary10111001100110111001010001000010100110111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B94; }

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

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

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

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

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

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

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

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