#B9978A

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

Shades of Del Rio #B9978A

Tints of Del Rio #B9978A

Color information

#B9978A (or 0xB9978A) is unknown color: approx Del Rio. HEX triplet: B9, 97 and 8A. RGB value is (185,151,138). Sum of RGB (Red+Green+Blue) = 185+151+138=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9978A is #466875. Grayscale: #9F9F9F. Windows color (decimal): -4614262 or 9082809. OLE color: 9082809.

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

Color convert

RGB185151138-
CMYK00.180.250.27
HSL16.6º25.13%63.33%-
HSV(B)16.6º25.41%72.55%-
XYZ35.6634.2828.78-
YUV159.68115.76146.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=39.03%
G=31.86%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515113800.180.250.2716.625.1363.33
HexB9978A012191B11193f
Octal2712272120223133213177
Binary10111001100101111000101001001011001110111000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9978A; }

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

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

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

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

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

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

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

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