#B6978C

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

Shades of Del Rio #B6978C

Tints of Del Rio #B6978C

Color information

#B6978C (or 0xB6978C) is unknown color: approx Del Rio. HEX triplet: B6, 97 and 8C. RGB value is (182,151,140). Sum of RGB (Red+Green+Blue) = 182+151+140=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6978C is #496873. Grayscale: #9F9F9F. Windows color (decimal): -4810868 or 9213878. OLE color: 9213878.

HSL color Cylindrical-coordinate representation of color #B6978C: hue angle of 15.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6978C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182151140-
CMYK00.170.230.29
HSL15.71º22.34%63.14%-
HSV(B)15.71º23.08%71.37%-
XYZ35.0933.9729.52-
YUV159.02117.27144.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=38.48%
G=31.92%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215114000.170.230.2915.7122.3463.14
HexB6978C011171D10163f
Octal2662272140212735202677
Binary10110110100101111000110001000110111111011000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6978C; }

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

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

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

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

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

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

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

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