#B6998D

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

Shades of Del Rio #B6998D

Tints of Del Rio #B6998D

Color information

#B6998D (or 0xB6998D) is unknown color: approx Del Rio. HEX triplet: B6, 99 and 8D. RGB value is (182,153,141). Sum of RGB (Red+Green+Blue) = 182+153+141=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998D is #496672. Grayscale: #A0A0A0. Windows color (decimal): -4810355 or 9279926. OLE color: 9279926.

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

Color convert

RGB182153141-
CMYK00.160.230.29
HSL17.56º21.93%63.33%-
HSV(B)17.56º22.53%71.37%-
XYZ35.4934.6530.02-
YUV160.3117.11143.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=38.24%
G=32.14%
B=29.62%

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
Decimal18215314100.160.230.2917.5621.9363.33
HexB6998D010171D12163f
Octal2662312150202735222677
Binary10110110100110011000110101000010111111011001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6998D; }

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

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

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

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

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

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

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

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