#B99B8E

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

Shades of Del Rio #B99B8E

Tints of Del Rio #B99B8E

Color information

#B99B8E (or 0xB99B8E) is unknown color: approx Del Rio. HEX triplet: B9, 9B and 8E. RGB value is (185,155,142). Sum of RGB (Red+Green+Blue) = 185+155+142=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B8E is #466471. Grayscale: #A2A2A2. Windows color (decimal): -4613234 or 9345977. OLE color: 9345977.

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

Color convert

RGB185155142-
CMYK00.160.230.27
HSL18.14º23.5%64.12%-
HSV(B)18.14º23.24%72.55%-
XYZ36.6135.7130.55-
YUV162.49116.44144.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=38.38%
G=32.16%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515514200.160.230.2718.1423.564.12
HexB99B8E010171B121740
Octal27123321602027332227100
Binary101110011001101110001110010000101111101110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B8E; }

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

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

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

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

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

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

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

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