#B29485

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

Shades of Del Rio #B29485

Tints of Del Rio #B29485

Color information

#B29485 (or 0xB29485) is unknown color: approx Del Rio. HEX triplet: B2, 94 and 85. RGB value is (178,148,133). Sum of RGB (Red+Green+Blue) = 178+148+133=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B29485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29485 is #4D6B7A. Grayscale: #9B9B9B. Windows color (decimal): -5073787 or 8754354. OLE color: 8754354.

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

Color convert

RGB178148133-
CMYK00.170.250.30
HSL20º22.61%60.98%-
HSV(B)20º25.28%69.8%-
XYZ33.1832.3426.68-
YUV155.26115.44144.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=38.78%
G=32.24%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814813300.170.250.302022.6160.98
HexB29485011191E14173d
Octal2622242050213136242775
Binary10110010100101001000010101000111001111101010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29485; }

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

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

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

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

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

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

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

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