#B69487

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

Shades of Del Rio #B69487

Tints of Del Rio #B69487

Color information

#B69487 (or 0xB69487) is unknown color: approx Del Rio. HEX triplet: B6, 94 and 87. RGB value is (182,148,135). Sum of RGB (Red+Green+Blue) = 182+148+135=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B69487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69487 is #496B78. Grayscale: #9C9C9C. Windows color (decimal): -4811641 or 8885430. OLE color: 8885430.

HSL color Cylindrical-coordinate representation of color #B69487: hue angle of 16.6º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69487 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182148135-
CMYK00.190.260.29
HSL16.6º24.35%62.16%-
HSV(B)16.6º25.82%71.37%-
XYZ34.2532.8727.46-
YUV156.68115.76146.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=39.14%
G=31.83%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214813500.190.260.2916.624.3562.16
HexB694870131A1D11183e
Octal2662242070233235213076
Binary10110110100101001000011101001111010111011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69487; }

 p { color: rgb(182,148,135); }

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

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

 a { background-color: rgb(182,148,135); }

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

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

 span { border-color: rgb(182,148,135); }

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