#B69D8D

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

Shades of Del Rio #B69D8D

Tints of Del Rio #B69D8D

Color information

#B69D8D (or 0xB69D8D) is unknown color: approx Del Rio. HEX triplet: B6, 9D and 8D. RGB value is (182,157,141). Sum of RGB (Red+Green+Blue) = 182+157+141=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D8D is #496272. Grayscale: #A2A2A2. Windows color (decimal): -4809331 or 9280950. OLE color: 9280950.

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

Color convert

RGB182157141-
CMYK00.140.230.29
HSL23.41º21.93%63.33%-
HSV(B)23.41º22.53%71.37%-
XYZ36.1635.9830.24-
YUV162.65115.78141.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=37.92%
G=32.71%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215714100.140.230.2923.4121.9363.33
HexB69D8D0E171D17163f
Octal2662352150162735272677
Binary1011011010011101100011010111010111111011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D8D; }

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

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

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

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

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

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

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

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