#B6988D

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

Shades of Del Rio #B6988D

Tints of Del Rio #B6988D

Color information

#B6988D (or 0xB6988D) is unknown color: approx Del Rio. HEX triplet: B6, 98 and 8D. RGB value is (182,152,141). Sum of RGB (Red+Green+Blue) = 182+152+141=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6988D is #496772. Grayscale: #9F9F9F. Windows color (decimal): -4810611 or 9279670. OLE color: 9279670.

HSL color Cylindrical-coordinate representation of color #B6988D: hue angle of 16.1º 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 #B6988D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182152141-
CMYK00.160.230.29
HSL16.1º21.93%63.33%-
HSV(B)16.1º22.53%71.37%-
XYZ35.3334.3229.96-
YUV159.72117.44143.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=38.32%
G=32%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215214100.160.230.2916.121.9363.33
HexB6988D010171D10163f
Octal2662302150202735202677
Binary10110110100110001000110101000010111111011000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6988D; }

 p { color: rgb(182,152,141); }

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

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

 a { background-color: rgb(182,152,141); }

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

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

 span { border-color: rgb(182,152,141); }

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