#B6968C

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

Shades of Del Rio #B6968C

Tints of Del Rio #B6968C

Color information

#B6968C (or 0xB6968C) is unknown color: approx Del Rio. HEX triplet: B6, 96 and 8C. RGB value is (182,150,140). Sum of RGB (Red+Green+Blue) = 182+150+140=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6968C is #496973. Grayscale: #9E9E9E. Windows color (decimal): -4811124 or 9213622. OLE color: 9213622.

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

Color convert

RGB182150140-
CMYK00.180.230.29
HSL14.29º22.34%63.14%-
HSV(B)14.29º23.08%71.37%-
XYZ34.9333.6529.47-
YUV158.43117.6144.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=38.56%
G=31.78%
B=29.66%

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
Decimal18215014000.180.230.2914.2922.3463.14
HexB6968C012171De163f
Octal2662262140222735162677
Binary1011011010010110100011000100101011111101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6968C; }

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

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

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

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

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

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

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

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