#B69A8D

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

Shades of Del Rio #B69A8D

Tints of Del Rio #B69A8D

Color information

#B69A8D (or 0xB69A8D) is unknown color: approx Del Rio. HEX triplet: B6, 9A and 8D. RGB value is (182,154,141). Sum of RGB (Red+Green+Blue) = 182+154+141=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69A8D is #496572. Grayscale: #A0A0A0. Windows color (decimal): -4810099 or 9280182. OLE color: 9280182.

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

Color convert

RGB182154141-
CMYK00.150.230.29
HSL19.02º21.93%63.33%-
HSV(B)19.02º22.53%71.37%-
XYZ35.6534.9830.07-
YUV160.89116.78143.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=38.16%
G=32.29%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215414100.150.230.2919.0221.9363.33
HexB69A8D0F171D13163f
Octal2662322150172735232677
Binary1011011010011010100011010111110111111011001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A8D; }

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

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

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

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

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

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

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

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