#B69F92

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

Shades of Del Rio #B69F92

Tints of Del Rio #B69F92

Color information

#B69F92 (or 0xB69F92) is unknown color: approx Del Rio. HEX triplet: B6, 9F and 92. RGB value is (182,159,146). Sum of RGB (Red+Green+Blue) = 182+159+146=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F92 is #49606D. Grayscale: #A4A4A4. Windows color (decimal): -4808814 or 9609142. OLE color: 9609142.

HSL color Cylindrical-coordinate representation of color #B69F92: hue angle of 21.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69F92 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB182159146-
CMYK00.130.200.29
HSL21.67º19.78%64.31%-
HSV(B)21.67º19.78%71.37%-
XYZ36.8836.8232.36-
YUV164.4117.62140.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=37.37%
G=32.65%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215914600.130.200.2921.6719.7864.31
HexB69F920D141D161440
Octal26623722201524352624100
Binary10110110100111111001001001101101001110110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F92; }

 p { color: rgb(182,159,146); }

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

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

 a { background-color: rgb(182,159,146); }

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

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

 span { border-color: rgb(182,159,146); }

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