#B29D8D

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

Shades of Del Rio #B29D8D

Tints of Del Rio #B29D8D

Color information

#B29D8D (or 0xB29D8D) is unknown color: approx Del Rio. HEX triplet: B2, 9D and 8D. RGB value is (178,157,141). Sum of RGB (Red+Green+Blue) = 178+157+141=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D8D is #4D6272. Grayscale: #A1A1A1. Windows color (decimal): -5071475 or 9280946. OLE color: 9280946.

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

Color convert

RGB178157141-
CMYK00.120.210.30
HSL25.95º19.37%62.55%-
HSV(B)25.95º20.79%69.8%-
XYZ35.2235.530.2-
YUV161.46116.46139.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=37.39%
G=32.98%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815714100.120.210.3025.9519.3762.55
HexB29D8D0C151E1a133f
Octal2622352150142536322377
Binary1011001010011101100011010110010101111101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D8D; }

 p { color: rgb(178,157,141); }

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

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

 a { background-color: rgb(178,157,141); }

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

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

 span { border-color: rgb(178,157,141); }

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