#B0958B

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

Shades of Del Rio #B0958B

Tints of Del Rio #B0958B

Color information

#B0958B (or 0xB0958B) is unknown color: approx Del Rio. HEX triplet: B0, 95 and 8B. RGB value is (176,149,139). Sum of RGB (Red+Green+Blue) = 176+149+139=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0958B is #4F6A74. Grayscale: #9B9B9B. Windows color (decimal): -5204597 or 9147824. OLE color: 9147824.

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

Color convert

RGB176149139-
CMYK00.150.210.31
HSL16.22º18.97%61.76%-
HSV(B)16.22º21.02%69.02%-
XYZ33.3132.5928.96-
YUV155.93118.45142.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=37.93%
G=32.11%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614913900.150.210.3116.2218.9761.76
HexB0958B0F151F10133e
Octal2602252130172537202376
Binary1011000010010101100010110111110101111111000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0958B; }

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

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

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

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

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

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

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

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