#B6998A

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

Shades of Del Rio #B6998A

Tints of Del Rio #B6998A

Color information

#B6998A (or 0xB6998A) is unknown color: approx Del Rio. HEX triplet: B6, 99 and 8A. RGB value is (182,153,138). Sum of RGB (Red+Green+Blue) = 182+153+138=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998A is #496675. Grayscale: #A0A0A0. Windows color (decimal): -4810358 or 9083318. OLE color: 9083318.

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

Color convert

RGB182153138-
CMYK00.160.240.29
HSL20.45º23.16%62.75%-
HSV(B)20.45º24.18%71.37%-
XYZ35.2734.5628.86-
YUV159.96115.61143.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=38.48%
G=32.35%
B=29.18%

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
Decimal18215313800.160.240.2920.4523.1662.75
HexB6998A010181D14173f
Octal2662312120203035242777
Binary10110110100110011000101001000011000111011010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6998A; }

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

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

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

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

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

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

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

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