#B29689

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

Shades of Del Rio #B29689

Tints of Del Rio #B29689

Color information

#B29689 (or 0xB29689) is unknown color: approx Del Rio. HEX triplet: B2, 96 and 89. RGB value is (178,150,137). Sum of RGB (Red+Green+Blue) = 178+150+137=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29689 is #4D6976. Grayscale: #9C9C9C. Windows color (decimal): -5073271 or 9017010. OLE color: 9017010.

HSL color Cylindrical-coordinate representation of color #B29689: hue angle of 19.02º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29689 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB178150137-
CMYK00.160.230.30
HSL19.02º21.03%61.76%-
HSV(B)19.02º23.03%69.8%-
XYZ33.7833.0828.27-
YUV156.89116.78143.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=38.28%
G=32.26%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815013700.160.230.3019.0221.0361.76
HexB29689010171E13153e
Octal2622262110202736232576
Binary10110010100101101000100101000010111111101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29689; }

 p { color: rgb(178,150,137); }

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

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

 a { background-color: rgb(178,150,137); }

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

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

 span { border-color: rgb(178,150,137); }

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