#B69888

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

Shades of Del Rio #B69888

Tints of Del Rio #B69888

Color information

#B69888 (or 0xB69888) is unknown color: approx Del Rio. HEX triplet: B6, 98 and 88. RGB value is (182,152,136). Sum of RGB (Red+Green+Blue) = 182+152+136=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B69888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69888 is #496777. Grayscale: #9F9F9F. Windows color (decimal): -4810616 or 8951990. OLE color: 8951990.

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

Color convert

RGB182152136-
CMYK00.160.250.29
HSL20.87º23.96%62.35%-
HSV(B)20.87º25.27%71.37%-
XYZ34.9634.1828.05-
YUV159.15114.94144.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=38.72%
G=32.34%
B=28.94%

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
Decimal18215213600.160.250.2920.8723.9662.35
HexB69888010191D15183e
Octal2662302100203135253076
Binary10110110100110001000100001000011001111011010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69888; }

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

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

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

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

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

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

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

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