#B69488

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

Shades of Del Rio #B69488

Tints of Del Rio #B69488

Color information

#B69488 (or 0xB69488) is unknown color: approx Del Rio. HEX triplet: B6, 94 and 88. RGB value is (182,148,136). Sum of RGB (Red+Green+Blue) = 182+148+136=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B69488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69488 is #496B77. Grayscale: #9C9C9C. Windows color (decimal): -4811640 or 8950966. OLE color: 8950966.

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

Color convert

RGB182148136-
CMYK00.190.250.29
HSL15.65º23.96%62.35%-
HSV(B)15.65º25.27%71.37%-
XYZ34.3332.927.83-
YUV156.8116.26145.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=39.06%
G=31.76%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214813600.190.250.2915.6523.9662.35
HexB69488013191D10183e
Octal2662242100233135203076
Binary10110110100101001000100001001111001111011000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69488; }

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

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

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

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

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

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

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

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