#B99E8E

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

Shades of Del Rio #B99E8E

Tints of Del Rio #B99E8E

Color information

#B99E8E (or 0xB99E8E) is unknown color: approx Del Rio. HEX triplet: B9, 9E and 8E. RGB value is (185,158,142). Sum of RGB (Red+Green+Blue) = 185+158+142=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E8E is #466171. Grayscale: #A4A4A4. Windows color (decimal): -4612466 or 9346745. OLE color: 9346745.

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

Color convert

RGB185158142-
CMYK00.150.230.27
HSL22.33º23.5%64.12%-
HSV(B)22.33º23.24%72.55%-
XYZ37.1236.7230.72-
YUV164.25115.45142.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=38.14%
G=32.58%
B=29.28%

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
Decimal18515814200.150.230.2722.3323.564.12
HexB99E8E0F171B161740
Octal27123621601727332627100
Binary10111001100111101000111001111101111101110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E8E; }

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

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

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

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

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

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

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

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