#B9958B

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

Shades of Del Rio #B9958B

Tints of Del Rio #B9958B

Color information

#B9958B (or 0xB9958B) is unknown color: approx Del Rio. HEX triplet: B9, 95 and 8B. RGB value is (185,149,139). Sum of RGB (Red+Green+Blue) = 185+149+139=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9958B is #466A74. Grayscale: #9E9E9E. Windows color (decimal): -4614773 or 9147833. OLE color: 9147833.

HSL color Cylindrical-coordinate representation of color #B9958B: hue angle of 13.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9958B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185149139-
CMYK00.190.250.27
HSL13.04º24.73%63.53%-
HSV(B)13.04º24.86%72.55%-
XYZ35.4233.6729.06-
YUV158.62116.93146.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=39.11%
G=31.50%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514913900.190.250.2713.0424.7363.53
HexB9958B013191Bd1940
Octal27122521302331331531100
Binary10111001100101011000101101001111001110111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9958B; }

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

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

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

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

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

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

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

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