#B69989

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

Shades of Del Rio #B69989

Tints of Del Rio #B69989

Color information

#B69989 (or 0xB69989) is unknown color: approx Del Rio. HEX triplet: B6, 99 and 89. RGB value is (182,153,137). Sum of RGB (Red+Green+Blue) = 182+153+137=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B69989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69989 is #496676. Grayscale: #9F9F9F. Windows color (decimal): -4810359 or 9017782. OLE color: 9017782.

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

Color convert

RGB182153137-
CMYK00.160.250.29
HSL21.33º23.56%62.55%-
HSV(B)21.33º24.73%71.37%-
XYZ35.234.5328.48-
YUV159.85115.11143.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=38.56%
G=32.42%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215313700.160.250.2921.3323.5662.55
HexB69989010191D15183f
Octal2662312110203135253077
Binary10110110100110011000100101000011001111011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69989; }

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

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

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

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

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

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

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

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