#B9978C

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

Shades of Del Rio #B9978C

Tints of Del Rio #B9978C

Color information

#B9978C (or 0xB9978C) is unknown color: approx Del Rio. HEX triplet: B9, 97 and 8C. RGB value is (185,151,140). Sum of RGB (Red+Green+Blue) = 185+151+140=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9978C is #466873. Grayscale: #9F9F9F. Windows color (decimal): -4614260 or 9213881. OLE color: 9213881.

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

Color convert

RGB185151140-
CMYK00.180.240.27
HSL14.67º24.32%63.73%-
HSV(B)14.67º24.32%72.55%-
XYZ35.8134.3429.55-
YUV159.91116.76145.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=38.87%
G=31.72%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515114000.180.240.2714.6724.3263.73
HexB9978C012181Bf1840
Octal27122721402230331730100
Binary10111001100101111000110001001011000110111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9978C; }

 p { color: rgb(185,151,140); }

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

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

 a { background-color: rgb(185,151,140); }

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

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

 span { border-color: rgb(185,151,140); }

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