#B69E8D

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

Shades of Del Rio #B69E8D

Tints of Del Rio #B69E8D

Color information

#B69E8D (or 0xB69E8D) is unknown color: approx Del Rio. HEX triplet: B6, 9E and 8D. RGB value is (182,158,141). Sum of RGB (Red+Green+Blue) = 182+158+141=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E8D is #496172. Grayscale: #A3A3A3. Windows color (decimal): -4809075 or 9281206. OLE color: 9281206.

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

Color convert

RGB182158141-
CMYK00.130.230.29
HSL24.88º21.93%63.33%-
HSV(B)24.88º22.53%71.37%-
XYZ36.3336.3230.3-
YUV163.24115.45141.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=37.84%
G=32.85%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215814100.130.230.2924.8821.9363.33
HexB69E8D0D171D19163f
Octal2662362150152735312677
Binary1011011010011110100011010110110111111011100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E8D; }

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

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

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

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

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

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

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

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