#B0958A

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

Shades of Del Rio #B0958A

Tints of Del Rio #B0958A

Color information

#B0958A (or 0xB0958A) is unknown color: approx Del Rio. HEX triplet: B0, 95 and 8A. RGB value is (176,149,138). Sum of RGB (Red+Green+Blue) = 176+149+138=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0958A is #4F6A75. Grayscale: #9B9B9B. Windows color (decimal): -5204598 or 9082288. OLE color: 9082288.

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

Color convert

RGB176149138-
CMYK00.150.220.31
HSL17.37º19.39%61.57%-
HSV(B)17.37º21.59%69.02%-
XYZ33.2432.5628.58-
YUV155.82117.95142.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=38.01%
G=32.18%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614913800.150.220.3117.3719.3961.57
HexB0958A0F161F11133e
Octal2602252120172637212376
Binary1011000010010101100010100111110110111111000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0958A; }

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

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

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

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

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

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

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

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