#B69991

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

Shades of Del Rio #B69991

Tints of Del Rio #B69991

Color information

#B69991 (or 0xB69991) is unknown color: approx Del Rio. HEX triplet: B6, 99 and 91. RGB value is (182,153,145). Sum of RGB (Red+Green+Blue) = 182+153+145=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B69991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69991 is #49666E. Grayscale: #A0A0A0. Windows color (decimal): -4810351 or 9542070. OLE color: 9542070.

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

Color convert

RGB182153145-
CMYK00.160.200.29
HSL12.97º20.22%64.12%-
HSV(B)12.97º20.33%71.37%-
XYZ35.7934.7731.61-
YUV160.76119.11143.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=37.92%
G=31.88%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215314500.160.200.2912.9720.2264.12
HexB69991010141Dd1440
Octal26623122102024351524100
Binary10110110100110011001000101000010100111011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69991; }

 p { color: rgb(182,153,145); }

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

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

 a { background-color: rgb(182,153,145); }

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

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

 span { border-color: rgb(182,153,145); }

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