#B99D8E

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

Shades of Del Rio #B99D8E

Tints of Del Rio #B99D8E

Color information

#B99D8E (or 0xB99D8E) is unknown color: approx Del Rio. HEX triplet: B9, 9D and 8E. RGB value is (185,157,142). Sum of RGB (Red+Green+Blue) = 185+157+142=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D8E is #466271. Grayscale: #A3A3A3. Windows color (decimal): -4612722 or 9346489. OLE color: 9346489.

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

Color convert

RGB185157142-
CMYK00.150.230.27
HSL20.93º23.5%64.12%-
HSV(B)20.93º23.24%72.55%-
XYZ36.9536.3830.67-
YUV163.66115.78143.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=38.22%
G=32.44%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515714200.150.230.2720.9323.564.12
HexB99D8E0F171B151740
Octal27123521601727332527100
Binary10111001100111011000111001111101111101110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D8E; }

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

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

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

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

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

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

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

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