#BDA292

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

Shades of Del Rio #BDA292

Tints of Del Rio #BDA292

Color information

#BDA292 (or 0xBDA292) is unknown color: approx Del Rio. HEX triplet: BD, A2 and 92. RGB value is (189,162,146). Sum of RGB (Red+Green+Blue) = 189+162+146=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA292 is #425D6D. Grayscale: #A8A8A8. Windows color (decimal): -4349294 or 9609917. OLE color: 9609917.

HSL color Cylindrical-coordinate representation of color #BDA292: hue angle of 22.33º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA292 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189162146-
CMYK00.140.230.26
HSL22.33º24.57%65.69%-
HSV(B)22.33º22.75%74.12%-
XYZ39.0938.7332.61-
YUV168.25115.45142.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=38.03%
G=32.60%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916214600.140.230.2622.3324.5765.69
HexBDA2920E171A161942
Octal27524222201627322631102
Binary10111101101000101001001001110101111101010110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA292; }

 p { color: rgb(189,162,146); }

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

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

 a { background-color: rgb(189,162,146); }

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

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

 span { border-color: rgb(189,162,146); }

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