#B29F94

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

Shades of Del Rio #B29F94

Tints of Del Rio #B29F94

Color information

#B29F94 (or 0xB29F94) is unknown color: approx Del Rio. HEX triplet: B2, 9F and 94. RGB value is (178,159,148). Sum of RGB (Red+Green+Blue) = 178+159+148=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F94 is #4D606B. Grayscale: #A3A3A3. Windows color (decimal): -5070956 or 9740210. OLE color: 9740210.

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

Color convert

RGB178159148-
CMYK00.110.170.30
HSL22º16.3%63.92%-
HSV(B)22º16.85%69.8%-
XYZ36.136.433.14-
YUV163.43119.29138.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=36.70%
G=32.78%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815914800.110.170.302216.363.92
HexB29F940B111E161040
Octal26223722401321362620100
Binary10110010100111111001010001011100011111010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F94; }

 p { color: rgb(178,159,148); }

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

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

 a { background-color: rgb(178,159,148); }

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

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

 span { border-color: rgb(178,159,148); }

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