#B29687

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

Shades of Del Rio #B29687

Tints of Del Rio #B29687

Color information

#B29687 (or 0xB29687) is unknown color: approx Del Rio. HEX triplet: B2, 96 and 87. RGB value is (178,150,135). Sum of RGB (Red+Green+Blue) = 178+150+135=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B29687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29687 is #4D6978. Grayscale: #9C9C9C. Windows color (decimal): -5073273 or 8885938. OLE color: 8885938.

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

Color convert

RGB178150135-
CMYK00.160.240.30
HSL20.93º21.83%61.37%-
HSV(B)20.93º24.16%69.8%-
XYZ33.6433.0327.52-
YUV156.66115.78143.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=38.44%
G=32.40%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815013500.160.240.3020.9321.8361.37
HexB29687010181E15163d
Octal2622262070203036252675
Binary10110010100101101000011101000011000111101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29687; }

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

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

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

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

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

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

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

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