#B6988C

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

Shades of Del Rio #B6988C

Tints of Del Rio #B6988C

Color information

#B6988C (or 0xB6988C) is unknown color: approx Del Rio. HEX triplet: B6, 98 and 8C. RGB value is (182,152,140). Sum of RGB (Red+Green+Blue) = 182+152+140=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6988C is #496773. Grayscale: #9F9F9F. Windows color (decimal): -4810612 or 9214134. OLE color: 9214134.

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

Color convert

RGB182152140-
CMYK00.160.230.29
HSL17.14º22.34%63.14%-
HSV(B)17.14º23.08%71.37%-
XYZ35.2534.329.57-
YUV159.6116.94143.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=38.40%
G=32.07%
B=29.54%

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
Decimal18215214000.160.230.2917.1422.3463.14
HexB6988C010171D11163f
Octal2662302140202735212677
Binary10110110100110001000110001000010111111011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6988C; }

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

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

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

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

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

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

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

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