#B8978D

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

Shades of Del Rio #B8978D

Tints of Del Rio #B8978D

Color information

#B8978D (or 0xB8978D) is unknown color: approx Del Rio. HEX triplet: B8, 97 and 8D. RGB value is (184,151,141). Sum of RGB (Red+Green+Blue) = 184+151+141=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8978D is #476872. Grayscale: #9F9F9F. Windows color (decimal): -4679795 or 9279416. OLE color: 9279416.

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

Color convert

RGB184151141-
CMYK00.180.230.28
HSL13.95º23.24%63.73%-
HSV(B)13.95º23.37%72.16%-
XYZ35.6434.2529.93-
YUV159.73117.43145.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=38.66%
G=31.72%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415114100.180.230.2813.9523.2463.73
HexB8978D012171Ce1740
Octal27022721502227341627100
Binary10111000100101111000110101001010111111001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8978D; }

 p { color: rgb(184,151,141); }

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

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

 a { background-color: rgb(184,151,141); }

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

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

 span { border-color: rgb(184,151,141); }

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