#B09E98

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

Shades of Del Rio #B09E98

Tints of Del Rio #B09E98

Color information

#B09E98 (or 0xB09E98) is unknown color: approx Del Rio. HEX triplet: B0, 9E and 98. RGB value is (176,158,152). Sum of RGB (Red+Green+Blue) = 176+158+152=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E98 is #4F6167. Grayscale: #A2A2A2. Windows color (decimal): -5202280 or 10002096. OLE color: 10002096.

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

Color convert

RGB176158152-
CMYK00.100.140.31
HSL15º13.19%64.31%-
HSV(B)15º13.64%69.02%-
XYZ35.835.9534.76-
YUV162.7121.96137.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=36.21%
G=32.51%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615815200.100.140.311513.1964.31
HexB09E980AE1Ffd40
Octal26023623001216371715100
Binary10110000100111101001100001010111011111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E98; }

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

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

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

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

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

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

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

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