#B6988A

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

Shades of Del Rio #B6988A

Tints of Del Rio #B6988A

Color information

#B6988A (or 0xB6988A) is unknown color: approx Del Rio. HEX triplet: B6, 98 and 8A. RGB value is (182,152,138). Sum of RGB (Red+Green+Blue) = 182+152+138=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6988A is #496775. Grayscale: #9F9F9F. Windows color (decimal): -4810614 or 9083062. OLE color: 9083062.

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

Color convert

RGB182152138-
CMYK00.160.240.29
HSL19.09º23.16%62.75%-
HSV(B)19.09º24.18%71.37%-
XYZ35.1134.2428.8-
YUV159.37115.94144.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=38.56%
G=32.20%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215213800.160.240.2919.0923.1662.75
HexB6988A010181D13173f
Octal2662302120203035232777
Binary10110110100110001000101001000011000111011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6988A; }

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

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

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

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

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

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

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

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