#B09E99

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

Shades of Del Rio #B09E99

Tints of Del Rio #B09E99

Color information

#B09E99 (or 0xB09E99) is unknown color: approx Del Rio. HEX triplet: B0, 9E and 99. RGB value is (176,158,153). Sum of RGB (Red+Green+Blue) = 176+158+153=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E99 is #4F6166. Grayscale: #A2A2A2. Windows color (decimal): -5202279 or 10067632. OLE color: 10067632.

HSL color Cylindrical-coordinate representation of color #B09E99: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09E99 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176158153-
CMYK00.100.130.31
HSL13.04º12.71%64.51%-
HSV(B)13.04º13.07%69.02%-
XYZ35.8835.9835.19-
YUV162.81122.46137.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=36.14%
G=32.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615815300.100.130.3113.0412.7164.51
HexB09E990AD1Fdd41
Octal26023623101215371515101
Binary10110000100111101001100101010110111111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E99; }

 p { color: rgb(176,158,153); }

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

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

 a { background-color: rgb(176,158,153); }

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

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

 span { border-color: rgb(176,158,153); }

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