#B6968D

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

Shades of Del Rio #B6968D

Tints of Del Rio #B6968D

Color information

#B6968D (or 0xB6968D) is unknown color: approx Del Rio. HEX triplet: B6, 96 and 8D. RGB value is (182,150,141). Sum of RGB (Red+Green+Blue) = 182+150+141=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6968D is #496972. Grayscale: #9E9E9E. Windows color (decimal): -4811123 or 9279158. OLE color: 9279158.

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

Color convert

RGB182150141-
CMYK00.180.230.29
HSL13.17º21.93%63.33%-
HSV(B)13.17º22.53%71.37%-
XYZ35.0133.6829.86-
YUV158.54118.1144.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=38.48%
G=31.71%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215014100.180.230.2913.1721.9363.33
HexB6968D012171Dd163f
Octal2662262150222735152677
Binary1011011010010110100011010100101011111101110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6968D; }

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

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

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

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

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

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

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

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