#B09B95

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

Shades of Del Rio #B09B95

Tints of Del Rio #B09B95

Color information

#B09B95 (or 0xB09B95) is unknown color: approx Del Rio. HEX triplet: B0, 9B and 95. RGB value is (176,155,149). Sum of RGB (Red+Green+Blue) = 176+155+149=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B95 is #4F646A. Grayscale: #A0A0A0. Windows color (decimal): -5203051 or 9804720. OLE color: 9804720.

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

Color convert

RGB176155149-
CMYK00.120.150.31
HSL13.33º14.59%63.73%-
HSV(B)13.33º15.34%69.02%-
XYZ35.0534.8433.31-
YUV160.59121.46138.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=36.67%
G=32.29%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615514900.120.150.3113.3314.5963.73
HexB09B950CF1Fdf40
Octal26023322501417371517100
Binary10110000100110111001010101100111111111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B95; }

 p { color: rgb(176,155,149); }

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

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

 a { background-color: rgb(176,155,149); }

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

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

 span { border-color: rgb(176,155,149); }

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