#B29285

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

Shades of Del Rio #B29285

Tints of Del Rio #B29285

Color information

#B29285 (or 0xB29285) is unknown color: approx Del Rio. HEX triplet: B2, 92 and 85. RGB value is (178,146,133). Sum of RGB (Red+Green+Blue) = 178+146+133=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29285 is #4D6D7A. Grayscale: #9A9A9A. Windows color (decimal): -5074299 or 8753842. OLE color: 8753842.

HSL color Cylindrical-coordinate representation of color #B29285: hue angle of 17.33º 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 #B29285 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178146133-
CMYK00.180.250.30
HSL17.33º22.61%60.98%-
HSV(B)17.33º25.28%69.8%-
XYZ32.8731.7226.58-
YUV154.09116.1145.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=38.95%
G=31.95%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814613300.180.250.3017.3322.6160.98
HexB29285012191E11173d
Octal2622222050223136212775
Binary10110010100100101000010101001011001111101000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29285; }

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

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

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

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

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

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

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

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